/*----- BODY STYLES -----*/
td .bodyTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	vertical-align: top;
}
td .bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	line-height: 20px;
}
td .bodySpacer {
	height: 30px;
}

/*----- SIDE BAR STYLES -----*/
td .sideTitleB {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	vertical-align: top;
}
td .sideTitleR {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
	color: #CC0000;
}
td .sideContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	vertical-align: top;
}
td .sideSpacer {
	height: 20px;
}
td .sideSubSpacer {
	height: 5px;
}

/*----- FOOTER STYLES -----*/
td .footerContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #555555;
	vertical-align: top;
	text-align:center;
}
