@charset "UTF-8";

body {
	background-color: #000;
	margin:0 auto;
	text-align: center;
}
.footer {
	font: 10px "Lucida Grande", "Trebuchet MS", Verdana, Arial;
	color: #CC9933;
	text-align: center;
	padding:15px;
}
.footer a {
	color: #CC9933;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	color: #fff;
	font-family: Arial;
	font-size: .9em;
	line-height: 1.5em;
	padding: 50px 80px 20px 120px;
	text-align: left;
	
}

#content a {
	color: #CC9933;
	
}
.clipCaption {
	font-size: 10px;
	color: #fff;
	font: 10px Arial;
	}
.clipIcon {	
	text-align: center;
	margin:8px 7px 8px 7px;
	width:84px;
	float: left;
}
#form1 p {
margin:3px;
padding:3px;
}
label {
	display:block;
	margin:6px 0 2px 0;
}
.req {
	color:#CC9933;
	font-weight:bold;
}