@import "header.css";

body
{
   background-color: rgb(255, 255, 255);
   font-family: "Verdana", "Helvetica", "Sans", sans-serif;
   font-size: 0.83em;
   line-height: 1.3em;
}

h1, h2, h3, h4, h5, th, thead, tfoot, .heading
{
   color: rgb(0, 51, 102);
}

.heading {
  font-weight: bold;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }

a:link
{
   color: rgb(51, 51, 153);
   text-decoration: none;
}
a:visited
{
   color: rgb(51, 51, 153);
   text-decoration: none;
}
a:hover
{
   text-decoration: underline;
   color: rgb(51, 51, 204);
}

p.help
{
   text-indent:20px;
   MARGIN-LEFT: 0.5in;
   MARGIN-RIGHT: 0.5in;
   text-align:justify;
}

div.center
{
   text-align: center;
   width: 720px;
}

td.headerTD
{
   background-color: #E0E8FF;
   text-align: center;
   font-weight: bold;
   border-right: solid 1px black;
   border-bottom: solid 1px black;
   padding: 1px;
   font-family: Arial;
}

table.mainTable
{
   border: 1px solid black;
   width: 720px;
}

hr
{
   height: 1px;
   color: Black;
}