﻿body {
	font-size: 10pt;
	font-family: Arial;
	background-color: #E1DCBC;
}

h3 {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}	

.body_text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.header_text {
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

table.data {
	width: 95%;
	border: solid 1px black;
	background-color: #F7F7EE;
}
table.data td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
table.data tr.title td {
	background-color: #CCCC99;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #000000;
}
table.data tr.totals td {
	background-color: #CCCC99;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #000000;
}

.tblMain {
	width: 100%;
	border: medium double black;
	background-color: #f1e8b1;
}

.tblSection {
	width: 95%;
	border: solid 1px black;
	background-color: #e1dcbc;
}

.Login {
	font-size: 10pt;
	font-family: Arial;
	width: 100%;
	text-align: right;
	vertical-align: text-top;
}

.divError {
	width: 90%;
}

.divPagehl {
	width: 100%;
	text-align: left;
}

.divBreak {
	page-break-after: always;
}

.txtNum {
	text-align : right;
}

.lblError {
	font-size: 12pt;
	color: Red;
}
	
a:link		{color:blue;} 
a:visited	{color:purple;} 
a:hover		{color:blue; text-decoration: underline, overline;} 
a:active	{color:blue;}
