/******utility styles*****/
.block {
	display:block;
}
.bold {
	font-weight:900;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.noRightMargin{
	margin-right:0px;
}
.right{
	float:right;
}
.noLeftPadding{
	padding-left:0px;
}
.textRed {
	color:#BF002B;
}
a.textRed {
	text-decoration:underline;
}
a.textRed:hover {
	text-decoration:none;
}
.textTan {
	color:#D8B07A;
}
.textWhite {
	color:#FFF;
}
.textGray {
	color:#666;
}
.fontGeorgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
.inputBorder {
	height:18px;
	border: 1px solid #E4C5AB;
}
.headerBorderBottom {
	border-bottom:#BF002B 2px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing:-1px;
}
.sectionHeader {
	color:#8E0000;
	font-family:Georgia, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
}
