@charset "iso-8859-1";
/* icasdc_css1.css  5/30/2009 */

.navLink {
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	background-color: #FFFFCC;
	color: #38610B;
	text-decoration: none;	
}

.navLinkHover {
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	background-color: #CCFFCC;
	color: #ffffff;
	text-decoration: none;
}

.navLinkOn {
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	background-color: #38610B;
	color: #ffffff;
	text-decoration: none;		
}

a:link, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
