@charset "utf-8";
/* CSS Document */
#content a {
	color:#005288;	/* Change this value to change the color of the link in normal and visited states */
}

#content a:hover {
	color:#757561;	/* Change this value to change the color of the link in the hover state */
}

.readMore, .readMore a, .readMore a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005288; 
	text-decoration:underline;
}

.readMore a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #757561; 
	text-decoration:none;
}
