/* classes */

.ContentCopy {
	font-family: Calibri;
	font-size: 14pt;
	line-height: 24px;
	color: #000000; padding-left:50; padding-right:50
}

/* for the band below the navigation bar */
.titletable  { background-color: #66AF63}

.bulletcopy {
	font-family: Calibri;
	font-size: 14pt;
	line-height: 24px;
	color: #000000; padding-right:50
}

.ContentCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.H1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold; padding-left:25 }
	
.banner { font-family: Lucida Sans;
	font-size: 14pt;
	color: #FFFFFF;
	font-style:italic }

a:link { font-family: Calibri; text-decoration: underline; color: #000000; font-size: 14pt; text-align: center }
a:hover { font-family: Calibri; text-decoration: none; color: #000000; font-size: 14pt; text-align: center }
a:active { font-family: Calibri; text-decoration: underline; color: #000000; font-size: 14pt; text-align: center; }
a:visited { font-family: Calibri; text-decoration: underline; color: #000000; font-size: 14pt; text-align: center; }

.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.footer a:link {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.footer a:hover {
	font-family: Calibri;
	font-size: 10px;
	text-decoration:underline;
	color: #000000
}

.footer a:visited {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/*
Form Classes
*/

.formlabel  { font-family: Arial; font-size: 11pt; color:#000000}

.FormField {
border:1px solid #71B8FF; font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-image:url('../images/spacer.gif');
background-position: right top;
background-repeat:no-repeat; height:22
}

.RequiredField {
border:1px solid #71B8FF; font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-image:url('../images/required.gif');
background-position: right top;
background-repeat:no-repeat; height:22
}