/* CSRS Styles */

/*Link Styles*/

/*global nav links*/

 #navLink a:link {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 100%; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	}
	
#navLink a:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 100%; 
	font-weight: bold; 
	color: #CCCCCC; 
	text-decoration: underline;
	}
	
#navLink a:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 100%; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	}
	
#navLink a:active {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 100%; 
	font-weight: bold; 
	color: #CCCCCC; 
	text-decoration: underline;
	}
	
/*page nav links*/

a:link {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 150%; 
	color: #003366; 
	text-decoration: underline;
	font-weight: normal;
	}
	
a:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 150%;  
	color: #990000; 
	text-decoration: none;
	font-weight: normal;
	}
	
a:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 150%;  
	color: #999999; 
	text-decoration: underline;
	font-weight: normal;
	}
	
a:active {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 150%;  
	color: #CC0000; 
	text-decoration: none;
	font-weight: normal;
	}		
	
/*end links*/	

/*start text styles*/

body {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	line-height: 150%;
	background-color: #f3f3f3;
	}
	
p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	line-height: 150%;
	padding: 15px;
	}	
	
ul, li {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	list-style: url(images/csrs_red_sq.jpg);
	padding-right: 30px;
	}	
	
ol {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	line-height: 150%;
	margin-left: 20px;
	}		
	
.white {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
	line-height: 150%;
	}		
	
.subtitle {
	font-family: Georgia, serif; 
	font-size: 16px; 
	color: #660000;
	line-height: 150%;
	font-weight: bold;
	}
	
.red {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #660000;
	line-height: 150%;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
.redLarger {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #660000;
	line-height: 150%;
	font-weight: bold;
	text-transform: uppercase;
	}		
	
.gray {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #999999;
	line-height: 150%;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
.black {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	line-height: 150%;
	}	
	
.blackBigger {line-height: 130%; font-size: 12px;}		
	
/*end text styles*/	

	
