/* Standards for each page */
body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
}

/* Links */
a:link
{
  text-decoration: underline;
  color: #000066;
}

a:visited
{
  text-decoration: underline;
  color: #000066;
}

/* Page structure - overall table */
.maintable
{
  border: 2px solid #000066;
  width: 98%;
  margin-left: 1%;
}

.pageheader_body
{
  background-color: #000066;
  background-image: url(../images/topstripe.gif);
  background-repeat: repeat-x;
  background-position: top;
}

.pageheader_right
{
  background-color: #000066;
  background-image: url(../images/topstripe.gif);
  background-repeat: repeat-x;
  background-position: top;
  text-align: right;
  padding-right: 10px;
}
