body {
	color: #FFFFFF;
	margin: 0px;
	background-color: #666666;
	font-size: 12px;
}
h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}
h6 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 10px;
}
a:link {
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	background-color: #666666;
}
a:active {
	font-size: 12px;
	text-decoration: none;
}

/*****************************************************************
* Custom Class - Contact Page
*****************************************************************/
label {
/*	width: 8em;*/
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 4.5em;
}
.warning {
	color: #FF0000;
}
