
body
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,Trebuchet MS;
    font-size: x-small;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
/* Applied to any text on the page without a class spec */

h1
{
    color: #003399;
    margin: 0px;
    padding: 0px;
    font-size: medium;
}
/* 003399 = pillsbury blue | Large Header */
.FAQ
{
    background-color: #FFFFFF;
}

.mediumtext
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,Trebuchet MS;
    font-size: small;
    font-weight: bold;
    color: #003399;
}
/* 003399 = pillsbury blue */

.smalltext
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,Trebuchet MS;
    font-size: x-small;
    color: #003399;
}
/* 003399 = pillsbury blue */
/* .formlabels {
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,Trebuchet MS;
            font-size: x-small;
            font-weight:bold;
            color: #003399;} 003399 = pillsbury blue */

a:visited
{
    color: #003399;
}
/* 666666 = gray | displays best against both light and dark backgrounds */
a:hover
{
    color: #333333;
    text-decoration: none;
}
/* Link MOUSEOVER color and decoration (ignored by Netscape 4.x) */
a:active
{
    color: #003399;
}
/* Link ONCLICK color (ignored by Netscape 4.x which uses RED  */

.BIUBResult
{
    color: Red;
}

