/* BODY font style */
body 
{
	font-family: Geneva, sans-serif; /* global font-style declaration */
}

/* TOP NAV font style */
ul#topNav a { 
	font-family: sans-serif; 
	color: #666666; 
}
.topLi a, .topLi-hover a, .selectedTop a, .selectedTop-hover a { 
	font-weight: bold; 
	font-size: 11px;  
}
.subList li a { 
	font-weight: normal; 
	font-size: 11px; 
}

/* LEFT NAV font style */
/*
#tblNav td a {
    font-family: Geneva, sans-serif; 
	font-weight: normal; 
	font-size: 8pt;
}
*/
