@charset "UTF-8";
.HomeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #993300;
	text-align: left;
	list-style-type: circle;
}
.text_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #990066;
	text-align: center;
	list-style-type: circle;
	font-weight: bold;
}
.HomeTextSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #993333;
	text-align: left;
	font-weight: bold;
}
.HomeTextSub2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #993333;
	text-align: left;
	font-weight: bold;
}
.TestQuotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}
.TestQuotesSig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CC6600;
}
.TestQuotes2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #993333;
	font-style: italic;
}
.floatright {
	display: block;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.floatleft_spacer {
	display: block;
	float: left;
	padding-left: 50px;
	clear: both;
	padding-top: 18px;
	margin-top: 0px;
	margin-right: 85px;
	margin-bottom: 0px;
	margin-left: auto;
}

