body
{
        font-family: Arial, Helvetica;
        font-size: small;
        background-color: rgb(255,255,255);
        color: rgb(0,0,0);
        margin: 0,0;
}
h1, h2, h3, h4, h5, h6, a, adead, p, li, table, address
{
        font-family: Arial, Helvetica;
}
h1, h2, h3, h4, h5, h6
{
        margin-left: 15;
        margin-right: 15;
        font-weight: bold;
}
h1
{
        font-size: large;
        color: rgb(255,255,255);
        background-color: rgb(30,30,160);
        margin-top: 20;
}
h2
{
        font-size: large;
        color: rgb(30,30,160);
        margin-top: 20;
}
h3
{
        font-size: medium;
        color: rgb(0,0,0);
        margin-top: 10;
}
h4
{
        font-size: small;
        color: rgb(0,0,0);
}
h5
{
        font-size: small;
        color: rgb(0,0,0);
}
h6
{
        font-size: small;
        color: rgb(0,0,0);
}
p, td, li
{
        font-size: small;
        color: rgb(0,0,0);
}
a.menulink
{
        font-size: small;
        color: rgb(192,255,255);
}
a.menulink:active
{
        text-decoration: none;
        color: rgb(255,0,0);
}
a.menulink:hover
{
        text-decoration: underline;
        color: rgb(0,255,255);
}
a.menulink:link
{
        text-decoration: none;
}
a.menulink:visited
{
        text-decoration: none;
}
adead
{
        font-size: small;
        color: rgb(192,255,255);
        text-decoration: none;
}
adead:hover
{
        text-decoration: none;
}
p, li, address
{
        margin-left: 15;
        margin-right: 15;
        color: rgb(0,0,0);
}
table
{
        margin-left: 20;
        margin-right: 20;
        color: rgb(0,0,0);
}
table.nomargin
{
        margin-left: 0;
        margin-right: 0;
}
li.current
{
        color: black;
        text-decoration: none;
        list-style-type:square;
}
li.notcurrent
{
        color: black;
        text-decoration: none;
        list-style-type:none;
}
li.disabled
{
        color: gray;
        text-decoration: none;
        list-style-type:none;
}
