﻿a:link, a:visited, a:active {text-decoration:underline; color:#000000;}
a:hover {text-decoration:underline; color:#000000;}

body {font-family: Arial, Helvetica, sans-serif; background-color: black;}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}


#navCell {
	width:126px;
	height: 25px;
	background-color:#8A8B7C;
	margin:0em;
	padding:0px;
	border-bottom: 1px solid white;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
    font-size:9pt;
    font-weight:bold;
    color: white;
    background-color:#216AAE;
    border-bottom: 1px solid #D6D7C6;
    padding: 5px 0px 4px 10px;
    display:block;
    width: auto;
}

 

a.nav:hover {
	text-decoration:none;
    font-size:9pt;
    font-weight:bold;
    color: white;
    background-color:#43443B;
    border-bottom: 1px solid #D6D7C6;
    padding: 5px 0px 4px 10px;
    display:block;
    width: auto;
}

* html .nav a {
    width:126px;    
}

 

* html .nav a {
            width:126px;      
}
