/* Basic styles for all pages */
body
{
  background-color: #7f110e;
  color: #000000;
  font-family: Verdana, Tahoma, Garamond, "New Times Roman";
  font-size: 11pt;
}

.banner
{
  display: block;
  border: 0;
}

.tblBanner
{
   border: 1px solid #000000;
}

.menuLink
{
  background-color: #333333;
  font-size: 10pt;
}

div.menuLink a:link
{
  color: #ffffff;
  text-decoration: none;
}

div.menuLink a:visited
{
  color: #ffffff;
  text-decoration: none;
}

div.menuLink a:hover
{
  color: #e00000;
  text-decoration: none;
}

.content
{
  background-color: #ffffff;
}

.comments
{
  font-size: 9pt;
  color: #950100;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
}

div.comments a:link
{
  color: #950100;
  text-decoration: underline;
}

div.comments a:visited
{
  color: #950100;
  text-decoration: none;
}


div.comments a:hover
{
  color: #c2c2c2;
  text-decoration: none;
}

.copyright
{
  font-size: 8pt;
  color: #ffffff;
  font-weight: bold;
  font-family: "New Times Roman";
}

/* Removes the outline border from any link. */
a
{
  outline-style: none;
}