.headerbg {
	background-image : url(header.jpg);
	background-repeat: no-repeat;
}
.bodybg {
	background-image : url(body.jpg);
	background-repeat: no-repeat;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
.bordergray {
	border: 1px solid #A0A0A0;
}
html { 
min-height: 101%; 
}
H1{
  font-size : 12px;
}
A:HOVER{
  text-decoration : none;
  color : fuchsia;
}
A{
  text-decoration : none;
}
