@charset "utf-8";
/* CSS Document */

.text_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #682E85;
}
.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #682E85;
}
.button {
	background-color: #682E85;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
}
.cell_rightdotted_border {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #6A3085;
}
.text_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}
.table_bottomdotted_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #682E85;
}

