body {
	margin: 0;
	background-color: #dadddf;
	background-image: url(/images/header-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
td, input, select, textarea, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	color: #ee2375;
	text-decoration: none;
}
a:hover {
	color: #c1185c;
	text-decoration: none;
}
.navsub {
	background-color: #4c5459;
	display: none;
	position: absolute;
}
.navsuboff {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-transform: lowercase;
	padding: 2px 20px;
}
.navsubon {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-transform: lowercase;
	cursor: pointer;
	cursor: hand;
	padding: 2px 20px;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #455560;
	text-transform: lowercase;
}
.date {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c7cccf;
	text-transform: lowercase;
	text-decoration: none;
}
.button {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-decoration: none;
}
a.button:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #adb9c1;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-decoration: none;
}
.small {
	font-size: 10px;
	color: #8e969b;
	text-transform: lowercase;
	text-decoration: none;
}
.searchField {
	font-size: 11px;
	color: #c7cccf;
	border: 1px solid #82888b;
	background-color: #82888b;
	width: 100px;
	height: 18px;
}
.field {
	border: 1px solid #edeff0;
	background-color: #edeff0;
	width: 300px;
}
