
body              { scrollbar-arrow-color: #FFFFFF; scrollbar-face-color: #4B5E78; background-attachment:fixed; background-repeat:no-repeat; }

a:link            { color: #002762; text-decoration: none; }
a:visited         { color: #002762; text-decoration: none; }
a:active          { color: #002762; text-decoration: none; }
a:hover           { color: #002762; text-decoration: underline; }

.white:link       { color: #FFFFFF; text-decoration: underline; }
.white:visited    { color: #FFFFFF; text-decoration: underline; }
.white:active     { color: #FFFFFF; text-decoration: underline; }
.white:hover      { color: #FFFFFF; text-decoration: none; }

.white2:link      { color: #FFFFFF; text-decoration: none; }
.white2:visited   { color: #FFFFFF; text-decoration: none; }
.white2:active    { color: #FFFFFF; text-decoration: none; }
.white2:hover     { color: #FFFFFF; text-decoration: underline }

h3                { font-size: 11pt; }
td                { color: #000000; font-family: Arial; font-size: 10pt; }
.bold             { color: #16325C; font-family: Arial; font-size: 10pt; font-weight: bold; }
.normal           { color: #FFFFFF; font-family: Arial; font-size: 10pt; }
.normal2          { color: #000000; font-family: Arial; font-size: 10pt; }
.normal3          { color: #16325C; font-family: Arial; font-size: 10pt; }
.copyright        { color: #002762; font-family: Arial; font-size: 8pt; font-weight: bold; }
.mainbody         { margin-top:59px; margin-left:125px; margin-right:100px; margin-bottom:65px; }

.textfield {
    border-color:#4B5E78;
    border-width:1;
    font-family: Arial, sans-serif;
    font-size:8pt;
    background-color: #FFFFFF;
    color:#000000;
    width: 250;
}

.submitbutton {
    border-width:1;
    font-family: Arial, sans-serif;
    font-size:8pt;
    background-color: #4B5E78;
    color:#FFFFFF;
    width: 60;
}

