a:link    { text-decoration: underline; color: blue }
a:hover   { text-decoration: none; color: red }
a:visited { text-decoration: underline; color: blue }
a:visited:hover { text-decoration: none; color: red }
a:active  { text-decoration: none; color: red }

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; background-color: #FFFFFF}

a.headerlink:link    { text-decoration: none; color: white; font-weight: bold}
a.headerlink:active  { text-decoration: none; color: white; font-weight: bold}
a.headerlink:visited { text-decoration: none; color: white; font-weight: bold}
a.headerlink:hover   { text-decoration: underline; color: yellow; font-weight: bold}

h3 {
color:#001555;
}

.formLabelStyle {
    background-color: #e0e0e0;
    color:#001555;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
}
.formLine1Style {
    background-color: #ffffff;
}
.formLine2Style {
    background-color: #ffffff;
}
.formPromptStyle {
    color:#001555;
    font-weight: bold;
    padding-top:5px;
}
.formSubPromptStyle {
    color: #646464;
    font-size: 10px;
}
.formCommentStyle {
    color: #646464;
    font-size: 10px;
}
.formInfoStyle {
    color: #646464;
    background-color: #ffffff;
    font-size: 12px;
}
.formErrorStyle {
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
}
.generalForm {
    background-color: white;
}
.dataSearchHeaderStyle  {
    font-family:    verdana, arial, helvetica;
    font-size:      10;
    font-weight:    bold;
}
.dataSearchMainTextStyle {
    font-family:    verdana, arial, helvetica;
    font-size:      12;
}
.dataSearchSubTextStyle  {
    font-family:    verdana, arial, helvetica;
    font-size:      10;
    color:     #808080;
}