/* Vonada Tech Style Sheet */


BODY
{
  margin-top: 0px;
  font-size: 12pt;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Arial, Sans-Serif;
  background-color: #67999a;
}

.MainFrame
{
  width:767px;
}

.TextFrame
{
  BORDER-RIGHT: #5c8f8f thin inset; 
  BORDER-TOP: #5c8f8f thin inset; 
  PADDING-LEFT: 5px; 
  BORDER-LEFT: #5c8f8f thin inset; 
  BORDER-BOTTOM: #5c8f8f thin inset;
}

.PageFooter
{
  background-color:#67999A;
  margin-top:0px;
  margin-bottom:0px;
}

.MenuTable
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  border-top-style: none;
  padding-top: 0px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

.MenuItem
{
  padding-right: 0px;
  padding-left: 5px;
  padding-bottom: 2px;
  border-top-style: none;
  padding-top: 2px;
  border-right-style: none;
  border-left-style: none;
  border-bottom: #5c8f8f thin inset;
  margin-left: 20px;
}
.PrintOnlyArea
{
  display:none;
}

A:link
{
   color:#00008A;
}
A:visited
{
  color:#870000;
}