body {
	margin: 0;
	background-color:#434343;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: white;
}

td {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 10pt;
	border: 1px solid #666666;
}


h1 {
	z-index: 100;
	font-size: 12.5pt;
	font-weight:100;
	position: relative; 
	left: 316px; 
	top: 62px;
}

p {
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
}

.contentHead {
	color: #FFA22E;
	font-size: 15pt;
	margin-bottom:20px;
}
.smallText {
	font-size: 8pt;
	text-align: center;
	margin-top: -10px;
}

#HomeGradBox {
	position:absolute;
	left: 595px;
	top: 141px;
	width: 220px;
	height: 327px;
	padding:10px;
	background-image: url(images/grad_strip.gif);
	background-repeat: repeat-x;
}

#ContentGradBox {
	position:absolute;
	left: 305px;
	top: 141px;
	width: 510px;
	height: 327px;
	padding:10px;
	background-image: url(images/grad_strip.gif);
	background-repeat: repeat-x;
}

.bigText {
	font-size: 15pt;
}

a {
	color: white;
}

