@charset "UTF-8";
/* CSS Document */


#resources {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999;
}

#resources ul {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:15px;
	line-height:22px;
	color:#CC0033;
	margin-top:15px;
}


#resources li a{
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:15px;
	line-height:22px;
	color:#CC0033;
	text-decoration:none;
}


#resources li a:hover {
	text-decoration:underline;
	
}
