BODY{FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica;
SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow}
DIV{FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica;
}
FORM{FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica;
}
OPTION{FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica;
}
P{FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica;
}
TD{FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica;
 margin: 4}
BR{FONT-SIZE: 12px; font-family: Verdana, Arial, Helvetica;
}
.img1{
FILTER:progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#808080,strength=5);
}
html {
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
}

div#menu {
    background-color: #330066;
    color: white;
    width: 200px;
    height: 100%;
    padding-top: 10px;
}

div#menu a {
    text-decoration: none;
}

div.menuitem {
    margin-left: auto;
    margin-right: auto;
    background-color: #666699;
    width: 185px;
    padding: 2px;
    border: 1px solid black;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
div.menuitem a {
    color: white;
}

div.menuitemhover {
    margin-left: auto;
    margin-right: auto;
    color: black;
    background-color: orange;
    width: 195px;
    padding: 2px;
    border: 1px solid black;
    cursor: hand;
}
div.menuitemhover a {
    color: black;
}