body {background-color: transparent}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #403326;
}
.text a, .text a:link, .text a:active {
		color: #996600;
		text-decoration: underline;
}
.text a:hover {
		color: #993300;
		text-decoration: underline;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #403326;
	font-weight: bold;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996600;
	font-size: 10px;
	line-height: 16px;
}
.hr {
	color: #91775B;
}
.field {
	color: #FFFFFF;
	background-color: #996600;
	border: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #4C2E10;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CA8700;
	border-left-color: #000000;
	border-bottom-color: #CA8700;
	font-weight: bold;
	line-height: 14px;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996600;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#redirect {
	background-color: #007070;
	color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #fff;
	background-image: url(images/bgrd-redirect.jpg);
	background-repeat: no-repeat;
}
#redirect a {color: #fff;}
#redirect a:hover {color: #FF6600;

