html,
body

{

    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12pt;
    background-color : #ffffff;
    margin-top : 0;
    height : 100%;

}

div.scroll {
    overflow : auto;
}

a {
    font-weight : bold;
    color : #003366;
    text-decoration : none;
}

a:hover {
    font-weight : bold;
    color : #ffffff;
    text-decoration : none;
}

.normal {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.normal {
    color : #003366;
    text-decoration : none;
}

a.normal:hover {
    text-decoration : none;
    font-weight : normal;
}

.lines {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.lines {
    color : #003366;
    text-decoration : none;
    font-size : 10pt;
}

a.lines:hover {
    text-decoration : underline;
    font-weight : bold;
    color : purple;
    font-size : 10pt;
}

a.localnav {
    color : #003366;
    font-family : verdana;
    font-size : 10pt;
    font-weight : normal;
    text-decoration : none;
}

a.localnav:active {
    color : #003366;
    font-family : verdana;
    font-size : 10pt;
    font-weight : normal;
}

a.localnavon {
    color : #003366;
    font-family : verdana;
    font-size : 10pt;
    font-weight : normal;
}

.plain {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    text-decoration : none;
}

.prices {
    color : black;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : normal;
    font-size : 12pt;
    text-decoration : none;
}