/********************** main document body **********************/

input {
	border-style: 							solid;
	border-color: 							#522e91;
	border-width: 							1px;
	width:											100px;
	background-color:           #fec422;
}

.vertSpace
{
	height:											2px;
}

.submitSection
{
	width: 											200px;
	text-align: 								center;
	margin-top: 								10px;
}

.submitBtn
{
background-color:#330066;
color:#FFFFFF;
}

.sectionTitle {
	font-family: 								Calibri, sans-serif;
	font-size: 									12pt;
	color: 											#000000;
	border-bottom: 							1px solid #000000;
	width: 											200px;
	text-align: 								left;
	margin-bottom:							8px;
}
.sectionBody {
	margin-left:						    0px;
	margin-top: 								15px;
	background-color: 					#8cc63f;
	padding: 										0px;

	margin-bottom: 							3px;
}

.bodyText {
	font-family: 								'century gothic', tahoma, verdana, arial, sans-serif;
	font-size: 									7pt;
	font-style: 								normal;
	line-height: 								normal;
	font-weight: 								normal;
	color: 											#000000
}
.largeText {
	font-family: 								'century gothic', tahoma, verdana, arial, sans-serif;
	font-size: 									12pt;
	font-style: 								normal;
	line-height: 								normal;
	font-weight: 								bold;
	color: 											#000000
}
.smallText {
	font-family: 								Calibri, sans-serif;
	font-size: 									8pt;
	font-style: 								normal;
	line-height: 								normal;
	font-weight: 								normal;
	color: 											#000000
}
.disclaimer {
	font-family: 								Calibri, sans-serif;
	font-size: 									9pt;
	font-style: 								italics;
	line-height: 								normal;
	font-weight: 								normal;
	text-align: 								justify;
	color: 											#666666;
	margin-bottom: 							8px;
}
.asterik {
	font-family: 								courier new, serif;
	font-size: 									9pt;
	font-style: 								normal;
	line-height: 								normal;
	font-weight: 								bold;
	color: 											#e8008a
}
a:link {
	text-decoration: none;
	color: #0000ff
}
a:active {
	text-decoration: none;
	color: #0000ff
}
a:visited {
	text-decoration: none;
	color: #0000ff
}

