  body {
  padding: 0;
  top-margin: 5;
  }
  .mainbody {
  border: 2px solid black;
  }
  .tblmenu {
  background-repeat: repeat-x;
  }
  a:link{color:000000;}
  a:active{color:000000;}
  a:visited{color:000000;}
  a:hover{color:45738C; text-decoration:none;}
  
  a.menu:link{color:000000; text-decoration:none;}
  a.menu:active{color:000000;}
  a.menu:visited{color:000000; text-decoration:none;}
  a.menu:hover{color:45738C; text-decoration:underline;}
  
   a.titlelink:link{color:45738C;}
  a.titlelink:active{color:45738C;}
  a.titlelink:visited{color:45738C;}
  a.titlelink:hover{color:000000; text-decoration:none;}
  .h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: 88867E;
  font-size: 20 px;
  font-weight:600;
  }
  .h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: 2B607C;
  font-size: 14px;
  font-weight: bold;
  }
  .bodytext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px;
  }
  .subbodytext {
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  }
  .list {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }
  .sublist {
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style-type:circle:
  }
  .smalltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  }
.topborder {
top-border: 2px;
}
.onepxtable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
.onepxtable td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	
}