body {background-color: #F6E8D9;  color:grey; font-size:12; font-family: "Trebuchet MS", "Tahoma", "Century Gothic", Verdana, Arial, sans-serif;} 

p {color:gray; font-size:12;}
a:link {color:grey; font-size:12; text-decoration:underline;}
a:visited {color:grey; text-decoration:underline;}
a:hover {color:#F38B1B}

td {font-size:12}
h5 {color:grey; font-weight:bold; font-size:12;}
div.B {font-size=10; font-weight:bold}
div.C {font-size=12; font-weight:bold; color:black}

#navcontainer ul {
	margin: 4px 0;
	padding: 0;
	border: 0;
	}

#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("navbarbghover.png") repeat-x 20px;
	font: 12px/20px  "Lucida Grande", Verdana, Arial, sans-serif; {color:grey;}
	text-align: center; 

}

#navcontainer ul li a	{
	color: grey;
	text-decoration: none;
	font-size:10;
	display: block;
	width: 81px;
	border: 1px solid #A8B090;
	border-right: 1;
	
}

#navcontainer li#active { background: url("navbarbg.png") repeat-x 20px; }
#navcontainer a:hover { background: url("navbarbg.png") repeat-x 20px; }
