body {
	margin: 0;
	background-color: #ffffff;
	background-image: url(/images/bg.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: .3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: .3;
}
a {
	color: #649299;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.navsub {
	background-color: #ffffff;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	display: none;
	position: absolute;
}
.navsuboff {
	font-size: 12px;
	color: #649299;
	padding: 3px 10px;
	text-transform: uppercase;
}
.navsubon {
	font-size: 12px;
	color: #666666;
	cursor: pointer;
	cursor: hand;
	padding: 3px 10px;
	text-transform: uppercase;
}
.title {
	font-size: 29px;
	color: #ffffff;
}
.date {
	font-size: 12px;
	color: #649299;
	text-decoration: none;
}
.small {
	font-size: 10px;
	color: #64969d;
	text-decoration: none;
}
.field {
	border: 1px solid #f7f0e5;
	background-color: #f7f0e5;
	width: 200px;
}
.archives {
	text-decoration: none;
	text-transform: uppercase;
}
