@charset "utf-8";
/* CSS Document */

body { font-family: Tahoma, Arial; font-size:9pt; margin:0; background-color:#771309; background-attachment:fixed; color:#100560;}
h1{ font-size:13pt; color: #BE200E}
td, tr {color:#100560; font-family:Tahoma, Arial; font-size:9pt}
a {text-decoration:none; color: #3A5690}
a:hover {color:#E2B501}

.nav {font-weight:bold; color:#BE200E; font-size:9pt}
.nav a:hover {color:#e2b501; text-decoration:none; font-weight:bold}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: bold 10pt Tahoma;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: 3A5690;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #F5EAAC;
}