.contact {
	padding-top: 10px;
	font-size: 9pt;
	font-family: Verdana, Tahoma;
	color: #cccccc;
}
.contact a {
	color: #cccccc;
	text-decoration: none;
}
.contact a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#headText {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #D01D04;
}

#bodyText {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #ccc;
}
#bodyText a{
	color: #ccc;
	text-decoration: underline;
}
#bodyText a:hover{
	color: #D01D04;
	text-decoration: none;
}

input {
	color:#cccccc;
	background: #000000; 
	border: 1px solid #666666;
}

textarea {
	color:#cccccc;
	background: #000000; 
	border: 1px solid #666666;
}
#hide {
	width: 1px;
	height: 1px;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
	position: absolute;
}