h1 {
font-family:Andale Mono, sans-serif;
font-size:21px;
font-weight:normal;
font-style:normal;
color:#808285;
}
h3 { color: #808285; font-size: 14px; font-family: Andale Mono, sans-serif; font-style: regular; }

td {
font-family:Andale Mono, sans-serif;
font-size:11px;
font-weight:normal;
font-style:normal;
color:#808285;
}

.td {
font-family:Andale Mono, sans-serif;
font-size:11px;
font-weight:normal;
font-style:normal;
color:#808285;
test-decoration:none;
}

a  { color: #F1645D; font-size: 11px; font-family: Andale Mono, sans-serif; font-style: normal; font-weight: normal; border-color: #000000; border: 0pt }

h2 {
font-family:Andale Mono, sans-serif;
font-size:18px;
font-weight:normal;
font-style:normal;
color:black;
}

.div {
font-family:Andale Mono, sans-serif;
font-size:9px;
font-weight:normal;
font-style:normal;
color:#808285;
}

hr {
color:#808285;
}

img {
border: 0pt;
}

.img {
border: 2px;
}


li ul {
    display: none;
}
li:hover > ul {
    display: block;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 100%;
    height: 100%;
    padding: 3px;
    border: 3px white;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

