body
{
background-color:#feff99;
}

h1,h2,h3,h4,h5,h6 
{
color:black;
font-family:"Times New Roman", Times, serif;
}

p
{
color:black;
text-align:justify;
font-family:"Times New Roman", Times, serif;
}

a:link    {text-decoration:underline; color:#006600; background-color:transparent}
a:visited {text-decoration:underline; color:#006600; background-color:transparent}
a:active  {text-decoration:underline; color:#006600; background-color:transparent}
a:hover   {text-decoration:underline; color:#006600; background-color:transparent}

/* Main menu */ 
a.menu:link    {text-decoration:none; color:#006600; background-color:transparent}
a.menu:visited {text-decoration:none; color:#006600; background-color:transparent}
a.menu:active  {text-decoration:none; color:#006600; background-color:transparent}
a.menu:hover   {text-decoration:underline; color:#006600; background-color:transparent}

/* Left side menus, heading size */ 
a.menu2:link    {text-decoration:underline; color:#075426; background-color:transparent}
a.menu2:visited {text-decoration:underline; color:#075426; background-color:transparent}
a.menu2:active  {text-decoration:underline; color:#075426; background-color:transparent}
a.menu2:hover   {text-decoration:underline; color:#075426; background-color:transparent}


td.nav
{
/* text-align:center; */
color:#006600;
font-size:19px;
background-color:#91b26b;
border-top: none;
border-left: 2px solid #547e3e;
border-right: none;
border-bottom: none;
}

td.navactive
{
/* text-align:center; */
color:#006600;
font-size:19px;
background-color:#feff99;
border-top: none;
border-left: 2px solid #547e3e;
border-right: none;
border-bottom: none;
}

td.navdrop
{
/* text-align:center; */
color:#006600;
font-size:19px;
background-color:#91b26b;
border-top: none;
border-left: 2px solid #547e3e;
border-right: 2px solid #547e3e;
border-bottom: 2px solid #547e3e;
}

td.navactivedrop
{
/* text-align:center; */
color:#006600;
font-size:19px;
background-color:#feff99;
border-top: none;
border-left: 2px solid #547e3e;
border-right: 2px solid #547e3e;
border-bottom: 2px solid #547e3e;
}

table.tabnavdrop
{
position:absolute;
visibility:hidden;
}

td.botmenu
{
background-color:#91b26b;
text-align:center;
}

