.font_10  { font-family: Arial; font-size: 10pt }
.font_10a { font-family: Verdana; font-size: 10pt }

.linkstyle_bar { font-family: Arial; color: #ffffff; font-size:10pt }
:link.linkstyle_bar { text-decoration: none }
:visited.linkstyle_bar { text-decoration: none }
:active.linkstyle_bar { text-decoration: none }
:hover.linkstyle_bar { text-decoration: underline; color: #ffffff }

.linkstyle_10 { font-family: Arial; color: #333399; font-size:10pt; font-weight:bold }
:link.linkstyle_10 { text-decoration: none }
:visited.linkstyle_10 { text-decoration: none }
:active.linkstyle_10 { text-decoration: none }
:hover.linkstyle_10 { text-decoration: underline }

.category { font-family: Arial; font-size: 10pt; color: #CC0000; font-weight:bold }

.linkstyle_8 { font-family: Arial; color: #333399; font-size:8pt }
:link.linkstyle_8 { text-decoration: none }
:visited.linkstyle_8 { text-decoration: none }
:active.linkstyle_8 { text-decoration: none }
:hover.linkstyle_8 { text-decoration: underline }

.linkstyle_8a { font-family: Arial; color: #333399; font-size:8pt; font-weight:bold }
:link.linkstyle_8a { text-decoration: none }
:visited.linkstyle_8a { text-decoration: none }
:active.linkstyle_8a { text-decoration: none }
:hover.linkstyle_8a { text-decoration: underline }


.linkstyle_10a { font-family: Verdana; color: #333399; font-size:10pt }
:link.linkstyle_10a { text-decoration: underline }
:visited.linkstyle_10a { text-decoration: underline }
:active.linkstyle_10a { text-decoration: underline }
:hover.linkstyle_10a { text-decoration: underline; color:#CC0000 }

.linkstyle_10b { font-family: Arial; color: #FFFF66; font-size:10pt }
:link.linkstyle_10b { text-decoration: underline }
:visited.linkstyle_10b { text-decoration: underline }
:active.linkstyle_10b { text-decoration: underline }
:hover.linkstyle_10b { text-decoration: underline; color:#cc9900 }

table.menu a { 
width:140px;
border-bottom: 1px dashed #ffffff;
display: block; 
} 


div.menu a {
color: #333333; 
background: #cfdfef; 
text-decoration:none; 
font-size:12px; 
line-height:25px; 
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}

div.menu a:link {
color: #333333; 
background: #cfdfef; 
}

div.menu a:active { 
color: #000000;
background: #cfdfef; 
}

div.menu a:visited {
color: #333333; 
background: #cfdfef; 
}

div.menu a:hover {
color: #ffffff;
background: #006699;
border-bottom:1px solid #006699; 
}

div.menu ( 
position:absolute;
top:0; 
left:0;
)