body
{
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-family: Verdana, Arial;
font-size: small;
color:#000055;
/*background-image: url('images\background.jpg');*/
background-image: url('images\background.gif');
background-color: #FEF8BC;
background-repeat: repeat-y;
background-position: right;
scrollbar-arrow-color: #FEF8BC;
scrollbar-3dlight-color: #FEF8BC;
scrollbar-highlight-color: #FEF8BC;
scrollbar-face-color: #87CDFF;
scrollbar-shadow-color: #7D7B30;
scrollbar-darkshadow-color: #7D7B30;
scrollbar-track-color: #87CDFF;
}
td
{
font-size: small;
}
td.menu_hi
{
/*background: url('images\button.gif') no-repeat center #000080;*/
background-repeat: no-repeat;
background-position: center;
background-color: #000080;
text-align: center;
width: 20%;
height: 30;
font-size:11;
color:#FFE921;
}
td.menu_lo
{
/*background: url('images\button_lo.gif') no-repeat center #000080;*/
background-repeat: no-repeat;
background-position: center;
background-color: #000080;
text-align: center;
width: 20%;
height: 30;
font-size:11;
color:#AAAA00;
}

td.heading
{
/*background: #FEF8BC url('images\header_backing.jpg') no-repeat left; */
background: transparent url('images\header_backing.gif') no-repeat left;
font-weight:bold;
height: 40;
text-align:left;
}

ul
{
list-style-image: url(images\bullet.gif);
}


a.menu_hi
{
text-decoration: none;
color:#FFE921;
}

a.menu_lo
{
text-decoration: none;
color:#AAAA00;
}

