
body{margin:0; padding:0; background-color:#c6151c; }

table.navigation{border-top-width:0; border-left-width:0; border-right-width:0; border-bottom-width:0px; border-style:solid; background-color:#000000;}

ul{list-style-type: disc;}


TD {FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none }
input {FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none }
TH {FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none }

td.header{background-image:url(images/header.jpg); height:98; }
td.side{background-image:url(images/side_middle.jpg);}
td.thumbmodel{text-align:center;}
td.thumbs{text-align:center;}
td.form{text-align:right; font-family:arial; font-size:11px; position:relative; vertical-align:top;}

td.bhead{font-weight:bold; font-size:13px; color:#ffffff; background-image:url(images/tablehead.jpg); border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px; border-color:#9b060a; border-style:solid; height:20px;}
td.body{font-weight:normal; font-size:12px; background-color:#dbdbdb; border-top-width:0px; border-bottom-width:2px; border-left-width:1px; border-right-width:1px; border-color:#ffffff; border-style:solid;}
td.copyright{color:#000000; font-weight:bold; font-size:9px; border-width:0px; border-style:solid; border-color:#9b060a; height:20px; text-align:right;}
td.homepage{color:#000000; font-weight:bold; font-size:14px; border-width:0px; border-style:solid; border-color:#9b060a; }

image.nav{border-style:solid; border-width:0px;}
div.pagebody{margin:5px 20px 0px 20px;}
div.detail{float:right; margin:0px 10px 0px 0px;}
div.disclaimer{float:right; margin:10px 20px 10px 250px; font-size:10px; font-style:italic;}

font.error{color:red; font-weight:normal;}
font.note{color:#000000; font-weight:bold; font-size:12px;}
font.pagetitle{color:#c6151c; font-weight:bold; font-size:16px;}
font.pagesubtitle{color:#c6151c; font-weight:bold; font-size:11px;}

a.submenu{color:#01135d; text-decoration:none; font-weight:normal; font-size:13px; margin-top:10px;}
a.submenu:visited{color:#01135d; text-decoration:none;}
a.submenu:hover{color:#ad0c0c; text-decoration:none;}

a.thumbmodel{color:#000000; text-decoration:none; font-weight:normal; font-size:13px; margin-top:10px;}
a.thumbmodel:visited{color:#000000; text-decoration:none;}
a.thumbmodel:hover{color:#c6151c; text-decoration:none;}

a.sitemap{color:#ffffff; text-decoration:none; font-size:9px; font-weight:bold;}
a.sitemap:visited{color:#ffffff; text-decoration:none;}
a.sitemap:hover{color:#ffffff; text-decoration:none;}

a.smap{color:#000000; text-decoration:underline; font-size:12px; font-weight:normal;}
a.smap:visited{color:#000000; text-decoration:underline;}
a.smap:hover{color:#000000; text-decoration:none;}

a.link{color:blue; text-decoration:underline; font-size:10px; font-weight:normal;}
a.link:visited{color:blue; text-decoration:underline;}
a.link:hover{color:blue; text-decoration:none;}



label.info{
    position:relative; /*this is the key*/
    color:#000; text-decoration:none; }

label.info:hover{z-index:25; color:#ffffff; }

label.info span{display: none}

label.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:30em;
    padding:4px;
    border:1px solid #000000;
    background-color:#ffffcc; color:#000000;
    text-align: left;}
    


#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-family:Arial;
font-size:11px;
font-weight: bold;
color:#ffffff;
}

#dropmenudiv a:visited{ /*hover background color*/
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #c6151c;
color:white;
}


