/* CSS Document */

body {
	background-color: #FF9933;
}

a:link {
	color: #FF9933; 
	text-decoration: underline; }

a:visited {
	color: #FF9933; 
	text-decoration: underline; }

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF9900;
}

.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	caption: Main Text;
	color: #666666;
	line-height: 18px;
	text-align: left;
	text-indent: 1px;	
}

A.BodyCopy:LINK, A.BodyCopy:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	caption: Main Text;
	color: #FF9933;

}
	
A.BodyCopy:HOVER, A.BodyCopy:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	caption: Main Text;
	color: #FFFFFF;

	background-color: #FF9900;
}

.hptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: left;
	
}

A.hptext:LINK, A.hptext:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
		
A.hptext:HOVER, A.hptext:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9933;
	text-decoration: underline;
	text-align: left;
	background-color: #FF6633;
}

.cont_headers {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9933;
	font-weight: bold;
}

.emp_headers {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6633;
	font-weight: bold;
}

.conthp_headers {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cc3300;
	font-weight: bold;
}

.conthp_footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff6600;
	font-weight: bold;
}

.memberorg_heads {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006699;
	font-weight: bold;
}

.largetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF0000;
	font-weight: bold;
	line-height: normal;
}
