body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;	
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
.button {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 2px dashed #666666;
}
.textbox {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 2px dashed #666666;
}
.brownfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A641C;
}
