table.menu
{
 background-color: black;
 font-size:100%;
 font-family: veranda;
 font-size: 12pt;
 font-weight: bold;
 position:absolute;
 visibility:hidden;
}

table.submenu
{
 background-color: black;
 font-size:100%;
 font-family: veranda;
 font-size: 12pt;
 font-weight: bold;
 position:absolute; left: 149px; top: -1px;
 visibility:hidden;

}

td.logo
{
 background-color:#0099CC
}

td.menu
{
 background-color: darkblue;
 font-family: veranda;
 font-size: 12pt;
 color: #0099CC;
 font-weight: bold;
}

td.submenu
{
 background-color: black url(./images/grey-arrow.gif);
 font-family: veranda;
 font-size: 12pt;
 color: #0099CC;
 font-weight: bold;
}



p.normal
{
 font-size: 13pt;
 color: black;
 font-family: arial;
 margin-left: 10px
}  

A:link { text-decoration: none; color: #0099cc; }
A:Visited { text-decoration: none;  color: #0099CC; }
A:Hover { text-decoration: underline; color: #00CCFF; font-weight: 700; }