body {
	margin: 0;
	background-color: #c9c9c9;
	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: #888888;
}
a {
	color: #b6121b;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.navsub {
	background-color: #f8f8f8;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	display: none;
	position: absolute;
}
.navsuboff {
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	padding: 2px 9px;
}
.navsubon {
	font-size: 11px;
	color: #b6121b;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	padding: 2px 9px;
}
.title {
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}
.date {
	font-style: italic;
	color: #666666;
	text-decoration: none;
}
.dropcap {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000000;
	text-transform: uppercase;
	line-height: 22px;
	padding-top: 4px;
	padding-right: 2px;
	float: left;
}
.small {
	font-size: 10px;
	color: #bbbbbb;
	text-decoration: none;
}
.searchField {
	font-size: 11px;
	border: 0;
	background-color: #ffffff;
	width: 100px;
	height: 19px;
}
.field {
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	width: 250px;
}
.archive {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
}
