body {
	margin: 0;
	background-color: #ffffff;
}
td, input, select, textarea, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #89e3e9;
	letter-spacing: 2px;
	text-transform: uppercase;
}
a {
	color: #ffaf4e;
	text-decoration: none;
}
a:hover {
	color: #89e3e9;
	text-decoration: none;
}
.title {
	font-size: 14px;
	color: #ffaf4e;
	text-decoration: none;
}
.small {
	font-size: 10px;
	text-decoration: none;
}
.field {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	letter-spacing: normal;
	text-transform: none;
	border: 0;
	border-bottom: 1px dashed #89e3e9;
	background-color: #ffffff;
	width: 250px;
}
.button {
	font-size: 14px;
	color: #ffaf4e;
	border: 0px;
	background-color: transparent;
	background: none;
	cursor: pointer;
	cursor: hand;
}
