body {
	margin: 0;
	background-color: #F6F0DE;
}
td, input, select, textarea {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11px;
	color: #64563B;
}
a {
	color: #791E1D;
	text-decoration: none;
}
a:hover {
	color: #DC1B22;
	text-decoration: none;
}
#contentHolder {
	display: none;
	position: absolute;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .9;
}
.contentTitle {
	font-size: 22px;
	color: #231F1F;
}
.contentLarge {
	font-size: 16px;
}
#contentText {
	padding-right: 10px;
	overflow: auto;
}
.pics {
	font-size: 12px;
}
a.morelink {
	color: #FFFFFF;
	padding: 2px 6px;
	background-color: #791E1D;
}
a.morelink:hover {
	color: #FFFFFF;
	padding: 2px 6px;
	background-color: #B11F24;
}
.field {
	background-color: #FFFFFF;
	border: 1px solid #64563B;
	width: 200px;
}

