/* CSS Document */

body {
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

.normal_text {
	font-family: Arial, Verdana, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

.normal_text a {
	color: #006699;
	text-decoration: none;
}

.normal_text a:hover {
	color: #006699;
	text-decoration: underline;
}

.div_para {
	
clear: left;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	width: 864px;
	/*border: 1px solid black;*/
	/*display: block;*/
	/*float: left;*/
}

.page_title {
	font-size: 16px;
	color: #0099CC;
}

.section_heading {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.section_text {
	font-size: 11px;
}

.footer_text {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #666666;
}

