<style>

#a.navLink{text-decoration:None}
#a:link.navLink { text-decoration: none; color: "#AEAEFF"; }
#a:visited.navLink { text-decoration: none; color: "#AEAEFF"; }
#a:hover.navLink { text-decoration: underline; color: "#FFFFFF"; }

.regulartext
{ 
  text-decoration:none;
  font-size: 10pt; 
  font-family: verdana, Arial;
  color:#000080;
 }

.regulartextBold
{
   text-decoration:none;
	font-size: 10pt;
	font-family:verdana, Arial;
	color:#000080;
	font-weight:bold;
}

.horizontalmenu{

  text-decoration:none; 
  font-size: 10pt; 
  font-family: verdana, Arial;
  color:#000080;
  font-weight:bold;
  border:1px solid #000080

}


.pageTitleCell { 
  text-decoration:none; 
  font-size: 14pt; 
  font-family: verdana, Arial;
  color:#000080;
  border-bottom:1px solid #000080
   
 }

.headerImageCell { 
  border-bottom:1px solid #000080
 }


 
 .footer {
 
  text-decoration:none; 
  font-size: 8pt; 
  font-family:verdana, Arial;
  color:#000080;
  text-align:center; 
  }
  
  
.outerscroll{
	scrollbar-face-color:#000080;
	scrollbar-highlight-color:#f0eee2;
	scrollbar-3dlight-color:#f0eee2;
	scrollbar-darkshadow-color:#f0eee2;
	scrollbar-shadow-color:#f0eee2;
	scrollbar-arrow-color:#f0eee2;
	scrollbar-track-color:#f0eee2;
}
 
.innerscroll{
	scrollbar-face-color:#000080;
	scrollbar-highlight-color:#f0eee2;
	scrollbar-3dlight-color:#f0eee2;
	scrollbar-darkshadow-color:#f0eee2;
	scrollbar-shadow-color:#f0eee2;
	scrollbar-arrow-color:#f0eee2;
	scrollbar-track-color:#f0eee2;
}

.navLink:link   {color:#000080; text-decoration:none;}
.navLink:visited{color:#000080; text-decoration:none;}
.navLink:active {color:#000080; text-decoration:none;}
.navLink:hover  {color:#000080; text-decoration:underline;}
 

.formButtons
{
    BORDER-RIGHT: #213343 1px solid;
    BORDER-TOP: #213343 1px solid;
    FONT-SIZE: 10pt;
    font-weight;bold; 
    BACKGROUND: #5871B3;
    BORDER-LEFT: #213343 1px solid;
    CURSOR: hand;
    COLOR: #FFFFFF;
    BORDER-BOTTOM: #213343 1px solid;
    FONT-FAMILY: verdana, Arial;
    HEIGHT: 22px;
    TEXT-DECORATION: none
}

.formField
{
  font-family:verdana, Arial;
  font-size:10pt;
  border:1px solid #000080;
  background-color:#5871B3;
  width:250px;
  color:#000000;
  cursor-color:ffffff;
}

.textareaField {
  font-family: verdana, Arial;width:300px;
  height:150px;
  font-size:10pt;
  border:1px solid #003366;
  background-color:#5871B3;
  color:#000000
}

 
</style>