a:link, a:visited {
        color: #1F80C4;
        text-decoration: underline;
}

a:hover, a:active {
        color: #FF9500;
        text-decoration: underline;
}


a.fieldtohelp:link, a.fieldtohelp:visited {
        color: #525B7A;
        text-decoration: none;
}

a.fieldtohelp:hover, a.fieldtohelp:active {
        color: #525B7A;
        text-decoration: none;
}

a.pubfieldtohelp:link, a.pubfieldtohelp:visited {
        color: #FFFFFF;
        text-decoration: none;
}

a.pubfieldtohelp:hover, a.pubfieldtohelp:active {
        color: #FFFFFF;
        text-decoration: none;
}


a.PageTitle:link, a.PageTitle:visited {
        color: #F40004;
        text-decoration: underline;
}

a.PageTitle:hover, a.PageTitle:active {
        color: #FF9500;
        text-decoration: underline;
}

a.tohelp:link, a.tohelp:visited {
        color: #27ADA0;
        font-size: 14pt;
        font-weight: bold;
}
a.pubtohelp:link, a.pubtohelp:visited {
        color: #4BD8CB;
        font-size: 14pt;
        font-weight: bold;
}


a.MainMenu:hover, a.MainMenu:active {
        color: #1F80C4;
        text-decoration: none;
}

a.MainMenu:link, a.MainMenu:visited {
        display: block;
        float: right;
        color: #000000;
        border-left: solid 1px #CCD2D3;
        padding-left: 15px;
        padding-right: 15px;
        height: 28px;
        line-height: 28px;
        text-decoration: none;
}

a.MainMenu:hover, a.MainMenu:active {
        color: #1F80C4;
        text-decoration: none;
}

body {
        font-family: Tahoma, Arial, Sans-Serif;
}
.FCompany {
        color: #F40004;
        display: block;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        height: 28px;
        text-decoration: none;
}

h3.PageTitle {
        color: #1F80C4;
        font-family: Arial;
        font-size: 17px;
        margin: 0px;
}

h4.PageSubTitle {
        color: #525B7A;
        font-family: Arial;
        font-size: 14px;
        display: block;
        width: 100%;
        border-bottom: solid 1px #7D7C80;
        text-align: left;
        margin: 20px 0 30px 0;
}
h5.PageSubSubTitle {
        color: #525B7A;
        font-family: Arial;
        font-size: 13px;
        display: block;
        width: 100%;
        border-bottom: solid 1px #7D7C80;
        text-align: left;
        margin: 20px 0 30px 0;
}

input.Button {
        border: solid 1px #7D7C80;
        background: url(../images/button_bg.png) repeat-x;
}

input.ButtonSmall {
        font-size: 8pt;
        border: solid 1px #7D7C80;
        background: url(../images/button_bg.png) repeat-x;
}

input.InputBox {
        border: solid 1px #7D7C80;
        width: 170px;
}

p, ul, ol {
        line-height: 1.3;
}

textarea {
        border: solid 1px #7D7C80;
}

td {
        font-size: 9pt;
}

.FTitle {
        color: #525B7A;
}

.FTitleSmall {
        color: #7D7C80;
        font-size: 8pt;
}


.Red {
        color: #F40004;
}

.Small {
        font-size: 8pt;
}

p.helptext {
  font-size: 12pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}