@charset "UTF-8";
/* CSS Document */

body {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	color:#666666;
	background-image:url(img/site_template/site_bg.jpg);
	margin: 0;
}

/* define main links */
a:link {
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	}
	
a:visited {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	}
	
a:hover {
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	}
	
a:active {
	font-size: 12px;
	color: #336699;
	}
	
/* define benefit links */		
.benefitLink a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.benefitLink a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.benefitsText {
	font-size: 12px;
	color: #FFFFFF;
	}
	
.benefitLink a:hover {
	font-size: 12px;
	color: #66CCFF;
	text-decoration: underline;
	}
	
.benefitLink a:active {
	font-size: 12px;
	color: #FFFFFF;
	}	
		
/* define sub links */		
.subLinks a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.subLinks a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.subLinks a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.subLinks a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	

.headline {
	font-size: 16px;
	color: #006699;
	}

.bodyCopy {
	font-size: 12px;
	color:#666666;
	}

.subText {
	font-size: 10px;
	color: #FFFFFF;
	}
	
.ucText {
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.labels {
	font-size: 11px;
	color: #666666;
	}	
	
.red {
	font-size: 11px;
	color: #FF0000;
	}		
	
.white {
	background-image:url(img/site_images/green_bg_lg.jpg);
	border-style:solid;
	border:thin;
	border-width:thin;
	border-color:#666666;
	background-color:#FFFFFF;
	color: #666666;
	}		
	
.white2 {
	background-image:none;
	border-style:solid;
	border:thin;
	border-width:thin;
	border-color:#666666;
	background-color:#FFFFFF;
	color: #666666;
	}			