.btn_prev {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.btn_next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #0E5FA0;
	border: 1px solid #0070D5;
	padding: 5px;
}
.textFieldLarge {
	font-size: 14pt;
	color: #333333;
	letter-spacing: 0.2em;
	text-align: center;
}
input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}
select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}
.boxDataForm a:link {
	color: #0099CC;
	text-decoration: none;
}
.boxDataForm a:visited {
	color: #0086B3;
	text-decoration: none;
}
.boxDataForm a:hover {
	color: #FF9900;
	text-decoration: none;
}
.boxDataForm a:active {
	color: #666666;
	text-decoration: none;
}
