.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F151B;
	font-weight: normal;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3F151B;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3F151B;
}
body {
	background-color: #ABA781;
	margin-left: 0px;
	margin-top: 10px;
}
a:link {
	color: #3F151B;
	text-decoration: underline;
}
a:visited {
	color: #3F151B;
	text-decoration: underline;
}
a:hover {
	color: #FC7803;
	text-decoration: none;
}
a:active {
	color: #3F151B;
	text-decoration: underline;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3F151B;
}
.btext {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #3F151B;
}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFCC00;
}
.maintable {
	border: 3px solid #3F151B;
	}
.table {
	width: 96%;
	bordercolor: #3F151B;
	border-style: solid;
	cellpadding: 2;
	cellspacing: 5;
	border-width: 1px;
	visibility: visible;
	}
