/* CSS Document */

table.nav a{
	color: #DDE5ED;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-color: #CC0033;
	border-top-style: solid;
	height: 21px;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;

}
td.nav{background:background-color:#DDE5ED;
	width:150px;
	border-top-color: #4F4F62;
	background: none;
	border-top-width: 1px;
	vertical-align: middle;
	MARGIN-TOP: 5px; 
	FONT-SIZE: 11px; 
	MARGIN-BOTTOM: 5px; 
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}
td.nav (position:absolute;top:0; left:0;) /*fixes IE slowness?? */
td.nav a:link {color: #DDE5ED; background: none;}
td.nav a:active {color: #DDE5ED;  background: none;}
td.nav a:visited {color: #DDE5ED; background: none;}
td.nav a:hover {color: #FFFFFF;  background: #CC0033;}

td.navactive {
	color: #4F382F;  
	background: #CC0033;
	font-size:11px;
	FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif
}
.subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0033;
	text-decoration: none;
	display: inline;
	white-space: normal;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	vertical-align: baseline;
	padding-bottom: 5px;
	border: none;

}
