body {
	background-color: #CCCCCC;
	color: #000000;
	text-align: center; //centers everything (ie specific)
    margin: 0px auto;
	padding: 0px;
}

table {
	border: 0px;
}

div#mainDiv {
	width: 721px;
	margin: 0px auto 0px auto; //centers everything
}

div#headerDiv {
	margin-bottom: 0px;
}

div#contentDiv {
	width: 721
}

div#contactDiv {
}

table#headerTable {
}

div#formDiv {
	margin-top: 10px;
}

table#formTable {
	width: 100%;
}

.grayheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
.basic12black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.blacksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
