/* CSS Document */

body,td,th, input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#754D6D;
}
body {
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
a:link {
	color: #770E9E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #9C1084;
}
a:active {
	text-decoration: none;
	color: #9C1084;
}
input{
	background-color:#FFFFFF;
	border:1px solid  #9C1084;
}
.submit{
	background-color:#EFDEEF;
	border-right:1px solid  #660B56;
	border-bottom:1px solid  #660B56;
	color:#660B56;
}
