/* ================ MAIN COLORS STYLES AND LINKS ================ */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5A5A6E;
}
h1 { 
	color: black; 
	font-size: 13px; 
	line-height: 13px; 
	font-family: helvetica, sans-serif;
	}
	/* =========== UNIVERSAL ================ */
			/* ====== LINKS ======= */

A.link { 
	color: #555555;
 	text-decoration: underline;
	}
A.link2 { 
	color: white; 
	text-decoration: underline; 
	}
a:hover {
	text-decoration: underline;
	color: #A901AB;
	}
			/* ====== TEXT ======= */
.sechead { 
	color: white; 
	font-size: 13px; 
	line-height: 13px; 
	font-weight: bold; 
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	}
			
.NavLinkText { 
	color: black; 
	font-size: 13px; 
	line-height: 14px; 
	font-family: helvetica, sans-serif;
	}
.title { 
	color: white; 
	font-size: 11px; 
	line-height: 12px; 
	font-weight: bold; 
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	}
.text { 
	color: black; 
	font-size: 13px; 
	line-height: 13px; 
	font-family: helvetica, sans-serif;
	}
		
			/* ====== HEADER & FOOTER ======= */
.nav { 
	color: white; 
	font-size: 10px; 
	line-height: 12px; 
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	}


.SourceLgtGray { 
	color: #333333;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}
.SourceDrkGray { 
	color: gray; 
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	}	
.textlink { 
	color: #B800BD; 
	font-size: 14px; 
	line-height: 11px; 
	font-family: helvetica, sans-serif;
	}
.credit {
	font-family: Helvetica;
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
.services {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #A901AB;
}
