body {
	margin: 0;
	background-color: #14e1f4;
	background-image: url(/images/header_bg2.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
td, input, select, textarea, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #db459f;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.darklink {
	color: #666666;
	text-decoration: none;
}
.navsub {
	background-color: #ffffff;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	display: none;
	position: absolute;
}
.navsuboff {
	color: #000000;
	background-color: #ffffff;
	padding: 1px 10px;
}
.navsubon {
	color: #db459f;
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
	padding: 1px 10px;
}
.title {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}
.small {
	font-size: 9px;
	color: #aaaaaa;
	text-decoration: none;
}
.field {
	background-color: #ffffff;
	border-width: 1px inset #999999;
	width: 120px;
}
