/* CSS Document */
.content {
	font-family: "Trebuchet MS", Trebutchet, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0.1em;
	margin-bottom: 0.8em;
	color:#333333;
	background-color:#F7F0DE;
}
.content a:link,
.content a:visited {
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
.content a:hover {
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
.content p {
	font-family: inherit;
	font-size: 10pt;
	margin-top: 0em;
	margin-bottom: 1.0em;
	color:#333333;
}
.content h1,
.contentHeading {
	font-family: inherit;
	font-size: 14pt;
	color:#253871;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.1em;
	margin-bottom: 0.0em;
}
.content h2,
.contentSubHeading {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #253871;
	margin-top: 1.2em;
	margin-bottom: 0.1em;
}
.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;
}
.barQuote {
	font-family: inherit;
  font-size: 10pt;
  font-style:normal;
}
.barQuoteOwner {
	font-family: inherit;
  font-size: 10pt;
  font-style:italic;
}
hr {
 border:0px solid #ffffff;
 border-top:2px solid #C69D41;
}