body {
	background-color: #EEEEE6; 
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	border:thin;
	border-bottom-color:#fff;
	
}

.main_table {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	font-family: tahoma;
	font-size:	9pt;
	color: #333333;
	border: 1px solid #CACABE;
	height:200px;
	 
}


/* Body text */
.body { font: 9pt/9pt tahoma; line-height: 120%; text-decoration: none; color: 333333; }

.text { font: 9pt/9pt tahoma; line-height: 120%; text-decoration: none; color: 000000; }
.bold_text { font: 9pt/9pt tahoma; line-height: 120%; text-decoration: none; color: 000000; font-weight:bold; }
.small_text { font: 8pt/8pt tahoma; line-height: 120%; text-decoration: none; color: 000000; }
.underline { font: 9pt/9pt tahoma; line-height: 120%; text-decoration: underline; color: 000000; }
.page_header { font: 12pt/12pt tahoma;  font-weight: bold; line-height: 120%; text-decoration: none; color: 333333; }

/* Body links */
/* .bLink {	font: 9pt/9pt tahoma; font-weight: bold; line-height: normal; text-decoration: none; color: 664F00; } */
A.bLink:link { font: 9pt/9pt tahoma; font-weight: bold; line-height: normal; text-decoration: underline; color: 664F00; }
A.bLink:visited { font: 9pt/9pt tahoma; font-weight: bold; line-height: normal; text-decoration: underline; color: 664F00; }
A.bLink:hover { font: 9pt/9pt tahoma; font-weight: bold; line-height: normal; text-decoration: none; color: 664F00; }


/* FORM BUTTONS */
.form_field { font: 10pt/10pt tahoma; text-decoration: none; color: 000000; }

.error_text { font: bold 8pt/8pt tahoma; color: red; line-height: 120%; }
.orange_bold { font: bold 10pt/10pt tahoma; color: FFFFFF; line-height: 100%; }
