.field {
	font-family: Arial, Helvetica, sans-serif;
	background-color :#ffffff;
	border-width: thin; 
	font-size: 10pt; 
	color: #000000; 
	/*width: 100px;*/
	padding:3px;
}
.fieldheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11pt; 
	color: #313390; 
	background-color: #ffffff;
	align: left;
}
.fielddscrptn {
	font-weight: normal;
	font-size: 10pt; 
}
.fieldbody {
	background-color :#ffffff;
}
.fieldtextctrl {
	background-color: #ffffff;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	background-color :#ffffff;
	border-width: thin; 
	font-size: 10pt; 
	color: #000000; 
	width: 100%;
	/*padding:3px;*/
}
.sectionheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11pt; 
	color: #313390; 
	background-color: #EAEFFA;
	width: 100%;
}
.sectiondscrptn {
	font-weight: normal;
	font-size: 10pt; 
}
.sectionbody {
	background-color :#ffffff;
}