body {
background-color: #99cc99;
margin-left: 20px;
margin-right: 20px;
margin-top: 30px;
margin-bottom: 20px;
}

img {
border: none;
}

table {
border: none;
}

/*td {
border: solid;
border-color: #000000;
}*/

table.main {
background-color: ffffff;
}

td.menu {
background-image: url("img/menu-up.gif");
text-align: center;
width: 108px;
height: 15px;
background-repeat: no-repeat;
background-position: center center;
}

td.menuactive {
text-align: center;
width: 108px;
height: 15px;
}

td.menub {
text-align: center;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-width: 1px;
border-color: #b3c8bc;
}

td.menubactive {
text-align: center;
background-color: #bde7cf;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-width: 1px;
border-color: #b3c8bc;
}

td.text {
background-image: url("img/bg1.jpg");
background-repeat: no-repeat;
background-position: bottom right;
}

font.menuactive {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: underline;
}

font.menubactive {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
font-weight: bold;
color: #007933;
text-decoration: underline;
}

font.maintext {
font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
color: #6c6c6c;
}

h1
{
font-family: Verdana, Tahoma, sans-serif;
font-size: 13pt;
font-weight: normal;
color: #000000;
}

a.menu {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
font-weight: normal;
}

a.menub {
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
font-weight: bold;
}

a:link    {text-decoration: underline; color: #717171}
a:active  {text-decoration: underline; color: #717171}
a:visited {text-decoration: underline; color: #717171}
a:hover   {text-decoration: underline; color: #FF0000}

a.menu:link    {text-decoration: none; color: #004c20}
a.menu:active  {text-decoration: none; color: #004c20}
a.menu:visited {text-decoration: none; color: #004c20}
a.menu:hover   {text-decoration: underline; color: #004c20}

a.menub:link    {text-decoration: none; color: #007933}
a.menub:active  {text-decoration: none; color: #007933}
a.menub:visited {text-decoration: none; color: #007933}
a.menub:hover   {text-decoration: underline; color: #007933}

a.grey:link    {text-decoration: none; color: #717171}
a.grey:active  {text-decoration: none; color: #717171}
a.grey:visited {text-decoration: none; color: #717171}
a.grey:hover   {text-decoration: none; color: #717171}

a.red:link    {text-decoration: none; color: #FF0000}
a.red:active  {text-decoration: none; color: #FF0000}
a.red:visited {text-decoration: none; color: #FF0000}
a.red:hover   {text-decoration: none; color: #FF0000}


