body {
	background-color: #BFBFBF;
}
.header {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 113px;
}
.imageBG {
	background-color: #000000;
}
.footer {
	background-image: url(images/bottom.gif);
	height: 38px;
	vertical-align: bottom;
	background-position: bottom;
}
.page {
	background-color: #FFFFFF;
}
.pageGrey {
	background-color: #D4D4D7;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #F30022;
	vertical-align: text-bottom;
	padding-left: 40px;
	line-height: 20px;
}
.pageWhite {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}

.pageWhite a:link, .pageWhite a:active, .pageWhite a:visited {
color: #F30022;
}