/* CSS Document */
.content {
	font-family: "Trebutchet MS", Trebuchet, Arial, Helvetica, san-serif;
	font-size: 10pt;
	margin-top: 0.1em;
	margin-bottom: 0.8em;
	color:#5e2c00;
}
.content a:link,
.content a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #bd221c;
	text-decoration: none;
}
.content a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #b24625;
	text-decoration: underline;
}
.content p {
	font-family: inherit;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0.8em;
	color:#5e2c00;
}
.content h1,
.contentHeading {
	font-family: inherit;
	font-size: 13pt;
	color:#009933;
	font-weight: bold;
	font-style: normal;
	margin-top: 8px;
	margin-bottom: 0.4em;
}
.content h2,
.contentSubHeading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #847e00;
	margin-top: 8px;
	margin-bottom: 0.3em;
}
.content h4,
.quote {
	font-family:"Courier New", Courier, mono;
	font-size: 8pt;
	font-style: normal;
	color:#333333;
	font-weight: normal;
	text-align:left;
	margin:8px 40px 18px 40px;
}
.content h5,
.quoteowner {
	font-family:"Courier New", Courier, mono;
	font-size: 8pt;
	font-style: italic;
	color:#333333;
	font-weight: normal;
	text-align:right;
	margin-top: 0.1em;
	margin-bottom: 2.0em;
}
.heading {
	font-family:inherit;
	color:#009933;
	font-weight:bold;
}
.barQuote {
	font-family: inherit;
	font-size: 10pt;
	font-style:normal;
}
.barQuoteOwner {
	font-family: inherit;
	font-size: 10pt;
	font-style:italic;
}
.div {
	font-family:inherit;
	color:#5e2c00;
}
hr {
 border:0px solid #ffffff;
 border-top:2px solid #5e2c00;
}
