body {
	margin: 0;
	background-color: #ffffff;
}
td, input, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #BC5BA4;
	text-decoration: none;
}
a:hover {
	color: #D286BF;
	text-decoration: underline;
}
.navsub {
	background-color: #ffffff;
	padding: 5px 10px;
	display: none;
	position: absolute;
}
.navitem {
	font-size: 12px;
	color: #990066;
	text-decoration: none;
	line-height: 20px;
}
a.navitem:hover {
	font-size: 12px;
	color: #da51b8;
	text-decoration: none;
	line-height: 20px;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #990066;
}
.subtitle {
	font-size: 16px;
	color: #da51b8;
}
.footer {
	font-size: 10px;
	color: #d5c0a4;
}
.border {
	border: 5px solid #ffffff;
}
.field {
	border: 1px solid #f5efdf;
	background-color: #ffffff;
	width: 200px;
}
