body{
  margin:5px;
  padding:0px 12px;
  color: #660066
}

body p{
  font-family: "Verdana", Times, serif; 
  font-size: 10pt;  
}

.error{ 
  font-family: "Verdana", Times, serif; 
  font-size: 10pt; 
  font-weight: bold; 
  color:#FF0000 
}

.btnSubmit{ 
  background-color: #EDDEC1; 
  color: #E39969; 
  font-family: "Verdana", Times, serif; 
  font-size: 10pt; 
  font-weight: bold; 
  color: #A967BA 
}

.footer{ 
  font-family: "Verdana", Times, serif; 
  font-size: 10pt; 
  color: #A967BA 
}

.footerSmall{ 
  font-family: "Verdana", Times, serif; 
  font-size: 8pt; 
  color: #A967BA 
}

.bodyText{ 
  font-family: "Verdana", Times, serif; 
  font-size: 10pt; 
  color:#A967BA 
}

.subHeader{ 
  font-family: "Verdana", Times, serif; 
  font-size: 14pt; 
  font-weight: bold; 
  color:#A967BA; 
  margin-top: .5em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.2em
}

p.subHeader{ 
  font-family: "Verdana", serif; 
  font-size: 14pt; 
  font-weight: none; 
  color:#A967BA; 
  margin-top: .5em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.2em
}
 
.header{ 
  font-family: "Verdana", Times, serif; 
  font-size: 18pt; 
  font-weight: bold; 
  color:#A967BA; 
  margin-top: .2em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.2em 
}

#headerDiv
{
height: 30px;
background-image:url('../images/gif/topGradient.gif');
background-position:center;
}

#headerDiv h1
{
  font-family: "Calibri", Times, serif; 
  font-size: 16pt;
}

                
p.header{
  font-family: "Verdana", Times, serif; 
  font-size: 18pt; 
  font-weight: bold; 
  color:#A967BA; 
  margin-top: .2em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.2em
}
                 
p.bodyText{ 
  font-family: "Verdana", Times, serif; 
  font-size: 10pt; 
  color:#A967BA;
  margin-top:0.5em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.2em
}

.topBannerRight{ 
  font-family: "Verdana", Times, serif; 
  font-size: 16pt; 
  font-weight: bold; 
  color:#A967BA;
  background-image: url('../images/gif/topGradientRight.gif');  
  background-repeat: repeat-y
}

.topBannerLeft{ 
  font-family: "Verdana", Times, serif; 
  font-size: 14pt; 
  font-weight: bold; 
  color:#A967BA;
  background-image: url('../images/gif/topGradientLeft.gif');  
  background-repeat: repeat-y;
}              

:hover.btnSubmit{
	background-color: #FFF4D5; 
	color: #660066;
	text-decoration: underline;
}

:active.btnSubmit { 
	background-color: #EDDEC1; 
	color: #660066; 
	text-decoration: none;
	}

a.button {
	font-weight:   none;
	font-size:     12px;
	font-family:   Verdana;
	padding:       2px 4px;
	text-align:    center;	
}

a:link.button {  
	color: #660066;
	text-decoration: none;
	}

a:visited.button {
	color: #660066;
	text-decoration: none;
	}

a:hover.button { 
   color: #660066;
   text-decoration: underline;	
   }

a:active.button { 
	color: #660066; 
	text-decoration: none;
	}

 .leftNav {
position: relative;
font-family: Verdana;
background-image: url('../images/gif/btnOver.jpg');
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 100%;
height: 25px;
margin: 0;
padding: 0

}

.leftNav a {
display: block;
color: #660066;
font-weight: none;
font-size: 12px;
width: 100%;
height: 25px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.leftNav img {width: 100%; height: 25px; border: 0px none; }
*html a:hover {visibility:visible}
.leftNav a:hover img{visibility:hidden}

.leftNav span {
position: absolute;
color: #660066;
left: 5px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
}	