body {
	margin: 0;
	background-color: #8b7a5a;
	background-image: url(/blog/images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
td, input, select, textarea, div {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
}
.alpha {
	opacity: .20;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: .20;
}
a {
	color: #bc593a;
	text-decoration: none;
}
a:hover {
	color: #2a717e;
	text-decoration: none;
}
.navsub {
	background-color: #f9f4e9;
	display: none;
	position: absolute;
	z-index: 1000;
}
.navsuboff {
	color: #2a717e;
	background-color: #f9f4e9;
	padding: 3px 10px;
	text-transform: uppercase;
}
.navsubon {
	color: #bc593a;
	cursor: pointer;
	cursor: hand;
	background-color: #e4ddce;
	padding: 3px 10px;
	text-transform: uppercase;
}
.title {
	font-size: 18px;
	color: #f9f4e9;
	text-transform: uppercase;
}
.subtitle {
	font-size: 16px;
	color: #bc593a;
	text-transform: uppercase;
}
.date {
	font-size: 12px;
	color: #f9f4e9;
	text-decoration: none;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #898068;
	text-decoration: none;
}
.searchfield {
	font-size: 11px;
	border: 1px solid #e1ddc8;
	background-color: #e1ddc8;
	width: 105px;
	height: 16px;
}
.field {
	border: 1px solid #e1ddc8;
	background-color: #e1ddc8;
	width: 300px;
}
.archive {
	font-size: 12px;
	color: #347b88;
	text-decoration: none;
	text-transform: uppercase;
}
