
body {
  font-size: 2px;
  color: #083B60;
  font-family: Tahoma, Arial, sans-serif
}
b {color: #FF0000;
text-decoration: none;
font-size: 16px;
font-weight: bold;}

a:link, a:visited, a:focus:visited{color: #FF0000;
text-decoration: none;
font-size: 11px;
font-weight: bold;}

a:hover , a:hover:visited{color: #FFFFFF;
background-color: #083B60;
text-decoration: none;
font-weight: bold;}

.title {font-size: 13pt;
font-weight: bold;
text-align: center;
color: #FFFFFF}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url("../images/glossyback.gif") repeat-x bottom left;
font: bold 13px;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 196px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url("../images/glossyback2.gif");
}

