.normal {font-size:12px;font-color:#222222}
.red {color:#990000;}
.blue {color:#0066CC;}
.highlight {background-color:yellow;}
.large {font-size:15px;}
.small {font-size:10px;}
.liner {	color: #630000;	font-weight: bold;	font-size:13px;}
.whiteplain {color: #FFFFFF}
body {background-color: #660000;font-size:12px;}
h1 {font-weight:bold;font-family:'Arial Narrow',Arial;font-size:22px;color:222222;text-transform:uppercase;margin-top:0px;margin-bottom:5px;}
h5 {border-bottom: 1px solid #d2d2d2;line-height: 19px;font-family:  Arial, Verdana, Helvetica, sans-serif;font-size: 16px; font-weight: bold; color: #990000;}
h6 {border-bottom: 1px solid #d2d2d2; line-height: 19px; font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 16px; font-weight: bold;  color: #003399;}
td {font-family:Arial, Helvetica, sans-serif;font-size:12px;}
p {text-align: justify;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}
b {font-size:13px}
a {text-decoration: none;color: #0066CC;}
a:hover {	text-decoration: underline;	color: #000099;}
.tdnormal {	font-family: Verdana,Arial, Helvetica, sans-serif;	font-size: 0.8em;	color:#663333;}
.tdsmall {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #880000;}
.announcement {	font-family: Verdana,Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;}
td.splita {border-bottom:1px dashed #dddddd;padding-top:10px;padding-bottom:10px;font-weight:bold}
td.splitb {border-bottom:1px dashed #dddddd;padding-top:10px;padding-bottom:10px;font-weight:normal}
td.splitb a {font-weight:bold;font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif}
td.smallgr {color:#666666}
.header {color : #B22222;vertical-align : middle;text-align : center;font-weight : bold;font-size:1em;}
/* MAIN NAVIGATION HEADER */

ul#nav 
{
	font-weight: bold;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width:100%;
	display: block;
}
ul#nav li 
{
	list-style: none;
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	border-right:1px dotted #880000;
	width:auto;
}
ul#nav li a 
{
	color: #eeeeee;
	text-align:center;
	padding: 0px 8px 0px 8px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	background-color:#550000;
	width:auto;
}

ul#nav li a:hover 
{
	color: #cc0000;
	background-color:#440000;
	width:auto;
}


ul#nav ul {
	margin-left: 0px;

	padding-left:0px;
}
ul#nav ul li {
	margin-left: 0px;
	padding-left:0px;
	vertical-align:bottom;
}
ul#nav li> ul {
	list-style: none;
}

ul#nav li ul {
	list-style: none;
	display: none;
	position: absolute;
	left: 0px;
	border-top:1px solid #880000;
	background-color:#550000;
}
ul#nav li ul li {
	width:200px;
	display: block;
	float: none;
	list-style: none;
	margin-left: 0px;
	margin-bottom:0px;
/*	background-color: transparent;
	border: 0;*/
}
ul#nav li li a {
	list-style: none;
	display: block;
	font-weight: normal;
	font-size:12px;
	color: #c40000;
	background-color:#440000;
	line-height:30px;
	height:30px;
	background-image:none;
	border-bottom:1px dotted #880000;
	text-align:left;
}

ul#nav li li a:hover {
	background-color: #550000;
	border-bottom:1px dotted #880000;
	color:#eeeeee;
	background-image:none;
	text-align:left;
}

ul#nav li:hover ul, #nav li.over ul {
	display: block;
	list-style: none;
}

