.heading_home {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin: 10px 0px 20px 0px;
	color: #666666;
}

.heading {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	color: #666666;
}

.subheading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:  bold;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 12px;
}

.quote {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #990000;
}
.quotelink {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #847A3D;
	text-decoration: underline;
}

.body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	color: #666666;
}

.body a {
	color: #847A3D;
	text-decoration: underline;
}

.body a:hover {
	color: #847A3D;
	text-decoration: none;
}

.subheading_smaller {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:  bold;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 12px;
}

.body_smaller {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	color: #666666;
}

.body_smaller a {
	color: #847A3D;
	text-decoration: underline;
}

.body_smaller a:hover {
	color: #847A3D;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	color: #666666;
}

.footer a {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #DCDCDC;
	margin-bottom: 12px;
}

ul, ol {
	margin-left: -18px;
}

.stack_left {
	float: left;
	margin-right: 8px;
}

.column_half {
	float: left;
	width: 45%;
	margin-right: 5%; /* this is also set in the IE6 tweaks file */
}

.column_third {
	float: left;
	width: 29%;
	margin-right: 4%; /* this is also set in the IE6 tweaks file */
}

.column_fourth {
	float: left;
	width: 21%;
	margin-right: 4%; /* this is also set in the IE6 tweaks file */
}

.reset {
	clear: both;
}

.contentfile_title {
	font-family: Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
}

.contentfile_fieldlabel {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
}

