body {
 background-color: white;
}

a {
color: #cc0000;
}
a:hover {
 color: #cc0000;
 text-decoration: underline;
}

p,div,td {
 color: black;
 font-family: Helvetica, Arial;
 font-size: small;
 font-style: normal;
}

/* Left-hand side menu */
MENU.generic{
 list-style-type: none;
 text-indent: 0px;
 margin: 0px;
 margin-top: 0px;
 padding: 0px;
}

MENU.generic A:link, MENU.generic A:Visited {
 color: #000000;
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}

MENU.generic LI {
 border: 1px solid #a0a0a0;
 background:#ffffff;
 margin-bottom: 2px; /* Distance between menu boxes */
 margin-top: 0px;
 margin-right: 0px;
 padding: 0px;
 }

MENU.generic LI A {
 display: block;
 text-decoration: none;
 width: 100%; 
 padding-top:0px;
 padding-bottom:1px;
 padding-left:2px;
}

MENU.generic LI A:hover, MENU.generic LI A:hover DIV.submenu {
 color:#cc0000; 
 text-decoration: underline;
}

MENU.generic A.submenu, MENU.generic A.submenu:visited {
 font-weight: normal;
 padding-left: 10px;
}


dir,dir li,dir a,dir a:visited {
 color: black;
 font-style: normal;
 line-height: 150%;
 list-style-type: none;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-top: 0px;
 text-indent: 0px;
}

dir dir {
 margin-left: 10px;
}

