/* CSS Document */

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF0000;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-image: url(images/bullet.jpg);
	background-color: #F4F4F4;
}


#wrapper {
	width: 800px;
	text-align:center;
	background-color: #EBEBEB;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #999999;
}


#footer {
	position:inherit;
	width:auto;
	height:20px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
		}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	font-weight: bold
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #E6E6E6;	
	text-align: left;
}
