body {
	margin: 0;
	background-color: #560230;
	background-image: url(/images/bg-tile.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.alpha {
	opacity: .40;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: .40;
}
a {
	color: #8c004c;
	text-decoration: none;
}
a:hover {
	color: #570230;
	text-decoration: none;
}
.navsub {
	background-color: #dbebe2;
	display: none;
	position: absolute;
}
.navsuboff {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	padding: 2px 10px;
}
.navsubon {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	padding: 2px 10px;
}
.title {
	font-size: 27px;
	font-style: italic;
	color: #333333;
	letter-spacing: 1px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
}
.small {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
.archive {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	width: 100px;
	height: 16px;
}
.field {
	border: 1px solid #d1e6db;
	background-color: #f6faf8;
	width: 300px;
}
