body {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
body,td,th {
	font-size: 12px;
	color: #333333;
	line-height: 110%;
	}
	
	p {
	margin: 0px 0px 6px;
	color: #041214;
	font-size: 11px;
	line-height: 14px;
}
.headingRed {
	font-weight: bold;
	color: #C30037;
}

.headingBlack {
	font-weight: bold;
	color: #041214;
}

.leftBox {
	color: #C30037;
	font-size: 14px;
	line-height: normal;
}

a:link, a:visited {
	color: #C30037;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C30037;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	color: #041214;
}
h2 {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding: 0px 0px 10px;
	color: #C30037;
}
