/* CSS Document */
BODY{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
}
p.text{font-size: 12px;}

LI, UL, P, TD{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
}

h1{
font-size: 16px;
color: red;
font-weight: bold;
display: inline;}
h2{font-size: 12pt; font-weight: bold; color: white; background-color: #003399; display: inline;}

.theads {background-color: #003399;}
#default{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
}
#trhead{
font-size: 11px;
color: red;
font-weight: bold;

}

CSS
#navlist li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	color: white;
	font-weight: bold;
	line-height: normal;

}

#navlist
{
	width: 135px;
	font-family: sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	line-space: 15px;
	line-height: normal;


}
#navlist p{color: white; font-weight: bold;}
#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #003399;
text-align: center;
text-decoration: none;
color: #ffffff;
font-weight: bold;
font-size: 11px;
}
#mavlist a span.self {color: white; font-weight: bold;}
#navlist a:hover { background-color: red;
color: white; 
font-size: 11px;
font-weight: bold;}
#navlist a:visited { color: #ffffff; 
font-size: 11px;}
h2.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: white;
	color: black;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	display: inline;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	display: inline;
}