body {
	background-color: #663333;
}
.tablemain{
	background-color: #CC9966;
}
.tabletwo{
	background-color: #ffffff;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.txtnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration: none;
	font-weight: bold;
	color : #cc0000;
}
a.txtnav:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration: none;
	font-weight: bold;
	color : #feaa82;
}
a.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration: none;
	font-weight: bold;
	color : #006633;
}
a.nav:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration: none;
	font-weight: bold;
	color : #ffffff;
}
a.topnav {
	border: thin;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: Maroon;
}
a.topnav:hover{
	background-color: #feaa82;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14pt;
	color : #136e00;
	text-align: center;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color: #663333;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #cc0000;
	text-align: center;
}
.grntxtbold {
	color : #48c2c2;
	font-weight: bold;
	}
.brntxtbold10pt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
	color : #cc0000;
}