html, body, td {
      margin:0px 0px 0px 0px;
      padding:0;
      border:none;
      background-color:#D4D3B4;
      text-align:left
   }
div.header{
	position:absolute;
	margin:7px 0px 0px 449px;
	width:340px;
	height:113px;
	z-index:5
}
.text {
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
.footertext {
	color: #995533;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
.footerlink {
	color: #995533;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
}
.footerlink:hover {
	color: #993311;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline
}
h1 {
	color: Black;
	font-weight: bold;
	font-size: 20px;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a, .linktext {
	color: red;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
}
a:hover, .linktext:hover {
	color: #FF6666;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
}
.tableborder {
	border-right: #000000 thin solid; 
    	border-top: #000000 thin solid; 
    	border-left: #000000 thin solid;
    	border-bottom: #000000 thin solid;
	width: 95%; }
	
.errortext {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}