.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 15px;
	line-height: 15px;
	color: #993b28;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
.bodyCentered {
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.headerCAPS {
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 17px;
	line-height: 18px;
	color: #993b28;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
.headerCentered {
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 15px;
	line-height: 15px;
	color: #993b28;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	text-align: center;
}
.CenteredWhite {
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;
	line-height: 15px;
	color: #8E2B24;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

.floatRIGHT	{
	float:left;
	padding-right:20px;

}

