body {
	border: 0px;
	padding: 0px; 
	margin: 0px;
	background-color: #000000;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-align: left;
	padding: 0px; 
	margin: 0px;
	display: inline;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 2px;
	text-align: left;
	padding: 0px; 
	margin: 0px;
	display: inline;
}

input, select, textarea {
	border: 1px solid #d4d4d4;
	background-color:#ffffff;
	font-family: Verdana, Arial, Geneva;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height: 28px;
	word-spacing: 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.text {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-align: left;
	line-height: 15px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}

.text a:link, .text a:active, .text a:visited { color: #333333; text-decoration: none; }
.text a:hover { color: #333333; text-decoration: underline;}


.contact {
	font-family: Verdana, Arial, Geneva;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 20px;
}

.contact a:link, .contact a:active, .contact a:visited { color: #666666; text-decoration: none; }
.contact a:hover { color: #000000; text-decoration: underline;	}



