body {
	font-family: Arial, Helvetica, sans-serif;
	background: #E6E6E6;
 }

.section_txt {
	font-size: 18px;
	font-weight: bold;
	color: #99CC00;
}

.header_txt {
	font-size: 14px;
	font-weight: bold;
	color: #3772BC;
}

#header2_txt {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main_txt {
	font-size: 14px;
	float: left; 
	color: #666666;
	font-weight: normal;
}

.col_txt {
	font-size: 12px;
	float: left; 
	color: #666666;
	font-weight: normal;
}

.center_txt {
	font-size: 14px;
	float: center; 
	color: #666666;
	font-weight: bold;
}

#footer_txt {
	float: center; 
	font-size: 11px;
	color: #3772BC;
	padding-top: 20px;
	padding-bottom: 20px;
}

.accent_txt {
	color: #99CC00;
	font-weight: bold;
	font-size: 14px;
}

a.linktxt, a.linktxt:active, a.linktxt:visited { color: #666666; text-decoration: none; font-weight: bold; }
a.linktxt:hover { text-decoration: underline; font-weight: bold; }

a.intLinktxt, a.intLinktxt:active, a.intLinktxt:visited { color: #FF0000; text-decoration: none; font-weight: normal; }
a.intLinktxt:hover { text-decoration: underline; font-weight: normal; }

a.headerLinktxt, a.headerLinktxt:active, a.headerLinktxt:visited { color: #99CC00; text-decoration: none; font-weight: normal; }
a. headerLinktxt:hover { text-decoration: underline; font-weight: normal; }

