html,body{text-align:center;}

IMG.center {
	display: block;
	margin-left: auto;
	margin-right: auto }

.bodyText {
	font-family : helvetica;
	font-size: 0.8em;
}

.bodyTextBold {
	font-family : Arial;
	font-weight : bold;
	font-size: 0.8em;
}

.bodyHead {
	font-family : Arial;
	color : #cc0000;
	font-weight : bold;
	font-size: 0.8em;
}

.headingText{
	font-family : Arial;
	color : #cc0000;
	width: 556px;
	margin-left : 13px;
	font-weight : bold;
	font-size: 0.9em;
}

.footer{
	text-align:center;
}

.footerText {
	font-family : Arial;
	color : #999999;
	text-align: center;
	font-size : 10pt;
}
.footerTextWhite {
	font-family : Arial;
	color : white;
	text-align: center;
	font-size : 10pt;
}

.section{
	background-image: url(images/sectionBg.jpg);
	background-repeat: no-repeat;
	padding-top : 15px;
	padding-bottom : 35px;
}