body {
	background-color: #4f0004;
  margin: 10 0 0 0;
  padding: 0;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; }
 
p, input, textarea, ul, li, td, th {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	font-size: 12px;}
	
.text {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	line-height: 18px; }
	
a:link {
	color: #c4020c;
	text-decoration: underline;}

a:visited {
	color: #006410;
	text-decoration: underline;}
	
a:hover {
	color: #c4020c;
	text-decoration: none;}
	
a:active {
	color: #c4020c;
	text-decoration: none;}
	
.navbartop {
	color: #c4020c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0px;}
	
.navbartop a:link {
	color: #c4020c;
	text-decoration: none;}

.navbartop a:visited {
	color: #c4020c;
	text-decoration: none;}
	
.navbartop a:hover {
	color: #c4020c;
	text-decoration: underline;}
	
.navbartop a:active {
	color: #c4020c;
	text-decoration: underline;}
	
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif; }
	
h1 {
	color: #006410;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px; }
	
h2 {
	color: #c4020c;
	font-size: 14px;
	font-weight: bold;
	padding: 3px; }
	
h3 {
	color: green;
	font-size: 14px;
	font-weight: bold; }

h4 {
	color: green;
	font-size: 11px;
	font-weight: bold; }

ul {
	color: #666;
	font-weight: normal; }

li {
	line-height: 18px;
	color: maroon; }
	
hr {
	color: 663300;
	height: 1px;
}

.copyright {
	font-size: 11px;
	color: #666666; }
	
.large {
	font-size: 18px;
	font-weight: bold; }
	
.small {
	font-size: 11px;}
	
.white {
	color: #ffffff; }
	
.imageframe {
	border: solid 1px black; }

.tableblackborder {
	border: solid 1px #006600;
	padding: 50;
	margin: 0px;
	background: #ffffef; }
	
.tablecontent {
	padding: 20px;}
	
marquee {
	color: #c4020c;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 5px;}
.boxright {
	float: right;
	width: 200px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px ;
	padding: 10px 10px 10px 10px ;
	border: 1px dotted #CC0000;
}