.top_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bolder;
}
.vert_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ADADAD;
	border-right-color: #ADADAD;
	border-bottom-color: #ADADAD;
	border-left-color: #ADADAD;
}


.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.class1:link {
	color: #FFFFFF;
}
a.class1:visited {
	color: #FFFFFF;
}
a.class1:hover {
	color: #e4e4e4;
	text-decoration:none;
}
a.class1:active {
	color: #FFFFFF;
}.maintext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #660066;
}
.border {
	padding: 2px;
	border: 1px groove #660066;
}
.tfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: eeeeee;
	height: 20px;
	width: 125px;
	border: 1px solid #571F5E;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660066;
	border: 1px groove #CAB6CF;
}
.subTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #660066;
}