/* CSS Document */
body, td
{
FONT-FAMILY: Verdana, helvetica, copperplate gothic bold;
FONT-SIZE: 13px; color: white;

}
A:active
{
COLOR: #ffffff;
TEXT-DECORATION: none
}
A:link
{
    COLOR: #ffffff;
 TEXT-DECORATION: none
}
A:visited
{
    COLOR: #ffffff;
 TEXT-DECORATION: none
}
A:hover
{
    COLOR: #999999;
 TEXT-DECORATION: none
}
.smallfont {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: center
}
.nav-menu li
{
float: left;
display: block;
margin: 0 1px;
padding: 0;
text-align: center
}
.nav-menu li a
{
background: #000000 bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 100px;
float: left;
display: block;
color: #ffffff;
font: Copperplate Gothic Bold;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
font-weight: bold;
}
.nav-menu li a:hover
{
background: #000000 bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 100px;
float: left;
display: block;
BACKGROUND: #999999;
color: #ffffff;
font: Copperplate Gothic Bold;
text-decoration: none
text-align: center;
margin: 0;
padding: 0;
font-weight: bold;
}.nav-menu
{
width: 510px
}
