body
{
   background-color: rgb(0,0,128);
   margin: 0;

   scrollbar-face-color:rgb(139,156,225);
   scrollbar-shadow-color:rgb(102,115,170);
   scrollbar-darkshadow-color:rgbrgb(60,80,164);
   scrollbar-highlight-color:rgb(161,175,231);
   scrollbar-3dlight-color:rgb(225,231,255);
   scrollbar-arrow-color:rgb(0,0,72);
}

td
{
   font-family: Verdana, Arial, Serif;
   font-size: 8pt;
}

.ActiveTitle
{
   font-family: Tahoma, Arial, Serif;
   background-image: url(../_Images/TabBa.gif);
   font-size:11px;
   line-height:12px;
   text-align:center;
   color: rgb(225,231,255);
   padding:3 6 0 6;
}

.InactiveTitle
{
   font-family: Tahoma, Arial, Serif;
   background-image: url(../_Images/TabBi.gif);   
   font-size:11px;
   line-height:12px;
   text-align:center;
   color: rgb(68,84,160);
   padding:5 6 0 6;
}

.Menu, .Menu:link, .Menu:visited
{
   color: rgb(160,175,230);
   text-decoration: none;
}

.Menu:hover
{
   color: rgb(225,231,255);
   text-decoration: none;
}

.Footer, .Footer:link, .Footer:visited
{
   color: rgb(160,175,230);
   text-decoration: none;
}

.Footer:hover
{
   color: rgb(225,231,255);
   text-decoration: none;
}


