FONT {FONT-FAMILY: Arial}

BODY {
background-color: #EEEEEE;
background-position: top center;
FONT-FAMILY: Arial; FONT-SIZE: 9pt}

TABLE {FONT-FAMILY: Arial; FONT-SIZE: 9pt;}

a:link {color : #000000; text-decoration : none}
a:active {color : #CC0000; text-decoration : none}
a:visited {color : #000000; text-decoration : none}
a:hover {color : #CC0000; text-decoration : none}

a.menu {color : #8E151F; text-decoration : none}
a.menu:visited {color : #8E151F; text-decoration : none}
a.menu:hover {color : #8E151F; text-decoration : underline}

a.menu2 {color : #8E151F; text-decoration : none}
a.menu2:visited {color : #8E151F; text-decoration : none}
a.menu2:hover {color : #FFFFFF; text-decoration : underline}

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid #EFEFEF;
border-bottom-width: 0;
font:normal 9pt Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #8E151F;
padding: 3;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #8E151F;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}