
a:link {color: #0066CC; text-decoration: none;}
a:visited {color: #0066CC; text-decoration: none;}
a:hover {color: #0066CC; text-decoration: underline;}
a:active {color: #0066CC; text-decoration: none;}

a.tabmenu:link {color: white; text-decoration: none;}
a.tabmenu:visited {color: white; text-decoration: none;}
a.tabmenu:hover {color: white; text-decoration: underline;}
a.tabmenu:active {color: white; text-decoration: none;}

a.topmenu:link {color: white; text-decoration: none;}
a.topmenu:visited {color: white; text-decoration: none;}
a.topmenu:hover {color: white; text-decoration: underline;}
a.topmenu:active {color: white; text-decoration: none;}

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

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
    padding: 5px 5px 5px 5px;
    margin: 0px;
    border-style: none;
    background-color: white;
}

TD, P, DIV
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: black;
background-color: white;
}

.header1{
   color: white;
   background-color: black;
}

.bodybox
{
width:590px;
padding:20px;
}

.menubox{
  color: #970029;
  font-size:100%;
  font-weight:normal;
  padding:4px;
  background:#970029;
  border:1px solid #999999;
  margin:0px 0px 10px 0px;
}

.tab{
   color: #970029;
   background-color: white;
}

.tabinverse{
   color: white;
   background-color: #970029;
}