body {
	margin: 0;
	background-color: #feede9;
	background-image: url(/images/bg.gif);
	background-position: top center;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.alpha {
	opacity: .1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-moz-opacity: .1;
}
a {
	color: #996666;
	text-decoration: none;
}
a:hover {
	color: #cc9999;
	text-decoration: none;
}
.navsub {
	background-color: #fff8f7;
	border: 1px solid #fee5e0;
	display: none;
	position: absolute;
}
.navsuboff {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 3px 9px;
	text-transform: uppercase;
}
.navsubon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cc9999;
	cursor: pointer;
	cursor: hand;
	padding: 3px 9px;
	text-transform: uppercase;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #000000;
	text-transform: uppercase;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
.small {
	font-size: 10px;
	color: #cc9999;
	text-decoration: none;
}
.searchfield {
	font-size: 11px;
	border: 1px solid #fee5e0;
	background-color: #fff8f7;
	width: 100px;
}
.field {
	border: 1px solid #fee5e0;
	background-color: #fff8f7;
	width: 250px;
}
.archives {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
