body {
	margin: 0;
	background-color: #ffffff;
	background-image: url(/images/blog-bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
.alpha {
	opacity: .25;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: .25;
}
a {
	color: #27308b;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.navsub {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	display: none;
	position: absolute;
}
.navsuboff {
	font-size: 12px;
	color: #27308b;
	text-transform: uppercase;
	padding: 3px 10px;
}
.navsubon {
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	padding: 3px 10px;
}
.title {
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
}
.date {
	color: #666666;
	text-transform: lowercase;
	text-decoration: none;
}
.subtitle {
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.field {
	font-size: 11px;
	border: 1px solid #e9eaf3;
	background-color: #e9eaf3;
	width: 110px;
}
.button {
	color: #27308b;
	text-transform: uppercase;
	text-decoration: none;
}
a.button:hover {
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}
.archive {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.archive:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

