html,body {
	background: #333;
	font: 1em/1.5 verdana,arial,helvetica,sans-serif;
	color: #000;
	margin: 0;
	padding: 10px;
}
img {
	border: none;
}
.mainTable {
	width: 760px;
	margin: 0;
	padding: 0;
}
.bodyContentFront {
	background: url(../images/pageBackground.gif);
	height: 300px;
	font-size: smaller;
	padding: 0 0 15px 65px;
	text-align: left;
}
.bodyContent {
	background: url(../images/pageBackground.gif);
	height: 300px;
	font-size: smaller;
	padding: 0 25px 15px 65px;
	text-align: left;
}
.pageTitle {
	font-size: larger;
	font-variant: small-caps;
	color: #1E4F9C;
}
.formButton {
	font-size: 12px;
}
.backToTop {
	font-size: smaller;
	font-weight: bold;
}
.footer {
	background: url(../images/bottomBackground.jpg);
	height: 58px;
	font-size: x-small;
	padding: 0 10px;
}
