A                    { color: #333333; text-decoration: underline; }
A:link               { color: #333333; text-decoration: underline; }
A:active             { color: #333333; text-decoration: underline; }
A:visited            { color: #333333; text-decoration: underline; }
A:hover              { color: #333333; text-decoration: underline; }

A.blue               { color: #0000FF; text-decoration: none; }
A.blue:link          { color: #0000FF; text-decoration: none; }
A.blue:active        { color: #0000FF; text-decoration: none; }
A.blue:visited       { color: #0000FF; text-decoration: none; }
A.blue:hover         { color: #0000FF; text-decoration: underline; }

A.navtext            { color: #454545; text-decoration: none; }
A.navtext:link       { color: #454545; text-decoration: none; }
A.navtext:active     { color: #454545; text-decoration: none; }
A.navtext:visited    { color: #454545; text-decoration: none; }
A.navtext:hover      { color: #5D5D5D; text-decoration: none; }

A.navfootertext            { color: #78899B; text-decoration: none; }
A.navfootertext:link       { color: #78899B; text-decoration: none; }
A.navfootertext:active     { color: #78899B; text-decoration: none; }
A.navfootertext:visited    { color: #78899B; text-decoration: none; }
A.navfootertext:hover      { color: #5D5D5D; text-decoration: none; }

body {
    scrollbar-arrow-color:#B61131;
	scrollbar-base-color:#B4B4B4;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#B4B4B4;
}

H1, H2, H3, H4, H5, H6 {
  color: #454545;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

.headlinehighlight {
  color: #B61131;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

.gotohighlight {
  color: #B61131;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.copy {
  color: #454545;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.copyright {
  color: #78899B;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.smallbodytext {
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.footertext {
  color: #688670;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;  
  line-height: 15px;
}

.smallelement {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: normal;
}

.adminnav {
  color: #666666;
  background-color: #FAFBFA;
  background-image: url(images/backgrounds/adminnav.gif);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  padding-top: 6px;
  padding-left: 10px;
}

.textbox {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.buttonstyle{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    background-color: #C5CBD7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;    
    color: #454545;   
    text-decoration: none;
}

.inputstyle{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;    
    color: #666666;   
    text-decoration: none;
}

.dropdown{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    background-color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;    
    color: #666666;
    font-weight : normal;
}

.inputlabel {
  color: #454545;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}

.formError {
  color: #B61131;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}
