body 
{
  background: #000099;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  
  scrollbar-base-color: #003399;
  scrollbar-face-color: #003399;
  scrollbar-track-color: #003399;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: #009999;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-shadow-color: #005555;
  scrollbar-darkshadow-color: #009999;
} 

a
{
  text-decoration: underline;
  color: #006600;
  font-size: 10pt;
}
a:hover
{
  text-decoration: underline;
  color: #660000;
}
a.navbar
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #ffffff;
}
a.navbar:hover
{
  text-decoration: underline;
  color: #B7CFFF;
}

table.main
{
  width: 583px;
  height: 100%;
}

table.inner
{
  height: 100%;
  width: 100%;
}

td.top
{
  background: #3366CC;
  height: 100px;
  vertical-align: bottom;
}

td.middle
{
  height: 100px;
}

td.bottom
{

}

td.navigation
{
  background: #3366CC;
  text-align: right;
  width: 200px;
  padding:10px;
  vertical-align: top;
}

td.body
{
  vertical-align: top;
  padding:10px;
  background: #ffffff;
}

td.lefttop
{
  background: #003399;
  width: 36px;
}

td.leftmiddle
{
  background: #3366CC;
}

td.leftbottom
{
  
}

img.nav
{
  margin-left: 3px;
}

p, span, div, td
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}