a:link {color:black; text-decoration:none}
a:visited {color:maroon; text-decoration:none}
a:active {color:orange; text-decoration:none}
a:hover {color:red; text-decoration:underline}

body
{
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.textframe {
 font-family: Times New Roman;
 font-size: 14px;
}

hr {
  border:solid #660000 1px;
}

.title
{
 font-family: Times New Roman;
 font-size: 14px;
 color: ff0000;
 font-weight: bold;
}

td, p
{
 font-family: Times New Roman;
 font-size: 14px;
}

b.big
{
	font-family: Times New Roman;
	font-size: 16px;
}

input, textarea
{
 border: 1px solid #000;
 font-family: Verdana;
 font-size: 12px;
}

.title_yellow	
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #FFFBD2;
    	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	color: maroon;
	width: 98%;
	padding: 5px;
}

tr.graybottom td {
	font-family: Times New Roman;
	font-size: 10pt;
	color: #000000;
	border-bottom: 1px solid #CCCCFF;
}

td.menu
{
	padding: 5px;
	font-family: Verdana;
	font-size: 10pt;
}

li
{
	font-family: Times New Roman;
	font-size: 12pt;
}

td.content
{
	padding: 10px;
	font-family: Times New Roman;
	background: #FFF5CC;
}

body.content
{
	background: #FFF5CC;
}