BODY {
	margin: 0;
	padding: 0;
	background-color: #c9bfa6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

TABLE, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H1 {
	display: inline;
	font-size: 28px;
	color: #9d4f34;
	font-weight: normal;
	line-height: normal;
}

H2 {
	display: inline;
	font-size: 20px;
	color: #9d4f34;
	font-weight: normal;
	line-height: normal;
}

H3 {
	display: inline;
	font-size: 16px;
	color: #9d4f34;
	line-height: normal;
}

H4 {
	display: inline;
	font-size: 12px;
	color: #9d4f34;
	line-height: normal;
}

HR {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0 solid #CCC;
	border-top-width: thin;
}

P.indent {
	margin-left: 3em;
}

.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size24 {
	font-size: 24px;
}

.size18 {
	font-size: 18px;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 10px;
}

.size9 {
	font-size: 9px;
}

.bodytext {
	line-height: 18px;
}

.color1 {
	color: #495e1e;
}

.color2 {
	color: #4E1806;
}

.color3 {
	color: #4E1806;
}

.asidebox {
	padding: 0 10px;
	border: solid 1px #e8e1c1;
	background-color: #fcfbee;
	line-height: normal;
	color: #4E1806;
	font-size: 11px;
}

.asidebox P, .quotebox P {
	margin: 11px 0;
}

.asidebox HR {
	color: #e8e1c1;
	background-color: #e8e1c1;
	height: 1px;
	border: 0 solid #e8e1c1;
	border-top-width: thin;
}

.quotebox {
	padding: 0 10px;
	border: solid 1px #DDCFAA;
	background-color: #faf8de;
	line-height: normal;
	color: #4E1806;
	font-size: 11px;
}

.subheader {
	background-image: url(/images/subheader2.gif);
	background-repeat: repeat-x;
	height: 60px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.subheader H1 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
}

A:link {
	color:#4E1806;
	text-decoration: underline;
}

A:visited {
	color:#4E1806;
	text-decoration: underline;
}

A:active {
	color: #723824;
	text-decoration: underline;
}

A:hover { 
	color:#723824;
	text-decoration: underline;
}

.error {
	color: #f00;
}