/* CSS Document */
.content {
	font-family: "Trebutchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}
.content p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

.content a:link,
.content a:visited {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	color: #c3191f;
	text-decoration: none;
}
.content a:hover {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	color: #5b002b;
	text-decoration: none;
}
.content h1,
.contentHeading {
	font-family: inherit;
	font-size: 17px;
	color:#c3191f;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
.content h2,
.contentSubHeading {
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	color: #5b002b;
	margin: 0px 0px 5px 0px;
}
.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;
}
.content img {
	border:6px solid #6A0A3A;
}
.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:4px solid #5b002b;
}