a:link {
	color: #9592B4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9592B4;
}
a:hover {
	text-decoration: underline;
	color: #9592B4;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.form_field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.form_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #708DCD;
}

