﻿body, P, div, SPAN {
    font-family: verdana,sans-serif;
    color: #666666;
    font-size: 12px;
    line-height: 1.8em;
}

SPAN.formLabel {
    font-weight: bold;
}
INPUT.formField {
    margin-bottom: 8px;
}
.formButton {
    margin-top: 10px;
    margin-bottom: 7px;
}
.formBox {
    background-color: #eeeeee;
    padding: 10px;
}

.errorTitle {
    color:Red;
    font-weight:bold;    
}
.errorText, .errorText a:link, .errorText a:visited {
    color:Red;
}
span.formCheck {
   vertical-align:middle;
    }

span.formCheck input {
    }
a:link, a:visited, a {
    text-decoration: underline;
    font-weight: bold;
    font-family: verdana, sans-serif; /*color: #3A9900;*/
    color: #336600;
    font-size: 12px;
    line-height: 1.4em;
}

a:hover {
    /*color: #3A9900;*/
    color: #336600;
    text-decoration: none;
}

H1, H2, H3, H4, H5, H6 {
    font-family: Verdana;
    font-weight: bold;
    color: #333333;
    line-height: 1.4em;
}

H1 {
    font-size: 20px;
}
H2 {
    color: #999999;
    font-size: 18px;
}
H3 {
    font-size: 14px;
}
H4 {
    font-size: 12px;
}
H5 {
    font-size: 10px;
}
H6 {
    font-size: 10px;
}
th,
tr.GridViewHeader th,
tr.GridViewHeader th a:link,
tr.GridViewHeader th a:visited
{
color: White;
}
