body
{
    font-family: Arial;
    font-size: 10pt;
}


A
{
    color: #0066cc;
    text-decoration: none;
}

A:visited
{
    color: #0066cc;
    text-decoration: none;
}


A:hover
{
    text-decoration: underline;
}



.basic_table
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #EFF3FB;
    border-right: #b5c7de thin solid;
    border-top: #b5c7de thin solid;
    border-left: #b5c7de thin solid;
    border-bottom: #b5c7de thin solid;
}

.basic_header
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #0066cc;
    font-weight: bold;
    color: white;
    text-align: center;
}
.basic_button
{
    color: #006699;
    background-color: #d2ffff;
    border-right: #507cd1 3px outset;
    border-top: #507cd1 3px outset;
    font-size: 10pt;
    border-left: #507cd1 3px outset;
    border-bottom: #507cd1 3px outset;
    font-family: Verdana;
}

.basic_button:Hover
{
    background-color: #99ffff;
}

.center
{
    text-align: center;
}
.ErrorText
{
    font-size: 9pt;
    color: red;
    font-style: italic;
}


.basic_text
{
    font-size: 9pt;
    color: #000000;
    font-family: Verdana, Arial;
}

.smaller_text
{
    font-size: 8pt;
    color: #000000;
    font-family: Verdana, Arial;
}

.secondary_text
{
    font-size: 8pt;
    color: #4169e1;
    font-family: Verdana, Arial;
}


.TextBox
{
    font: Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: #00008b;
    background-color: white;
    border-right: royalblue 1px solid;
    border-top: royalblue 1px solid;
    border-left: royalblue 1px solid;
    border-bottom: royalblue 1px solid;
}

BUTTON:Hover
{
    background-color: #99ffff;
}

A.link_button
{
    border-right: #0066ff 1px solid;
    border-top: #0066ff 1px solid;
    border-left: #0066ff 1px solid;
    border-bottom: #0066ff 1px solid;
    background-color: White;
}

.BigHeading
{
    font-size: 32pt;
    color: #3cb371;
    font-style: normal;
    font-family: Verdana, Arial;
}


.SectionHeading
{
    font-style: normal;
    font-family: Verdana, Arial;
    font-size: 16pt;
}

.FieldLabel
{
    font-style: normal;
    font-family: Verdana, Arial;
    font-size: 9pt;
}

.FieldComment
{
    font-style: italic;
    font-family: Verdana, Arial;
    font-size: 8pt;
}

