a:link {
	color: #be236e;
	text-decoration: none;
}
a:visited {
	color: #be236e;
	text-decoration: none;
}
a:hover {
	color: #be236e;
	text-decoration: underline;
}
a:active {
	color: #be236e;
	text-decoration: none;

}
.field {
	border-style: solid;
	border-width: 1px;
	border-color: #bdcad8;
	background-color: #ffffff;
	font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.button {
	border-style: solid;
	color: #ffffff;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #be236d;
	font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
