/* CSS Document */
.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.content_sm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.content_sm_green{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3C8C31;
	}
A.green:link{color: #3C8C31; text-decoration: none;}
A.green:visited{color: #3C8C31; text-decoration: none;}
A.green:active{color: #3C8C31; text-decoration: none;}
A.green:hover {color: #4FB941;text-decoration: none;}

A.blue:link{color: #313A8F; text-decoration: none;}
A.blue:visited{color: #313A8F; text-decoration: none;}
A.blue:active{color: #313A8F; text-decoration: none;}
A.blue:hover {color: #4552CA;text-decoration: none;}

