body {
	font-family: Verdana, Arial, Helvetica;
	margin:0;
	padding:0;
	background:#000000;
	color:#9A997C;
	font-size:10px;
}

img {
	border:0;
}

a, a:visited {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#9A997C;
	text-decoration:underline;
}

.verdana_12_bold {
	font-family: Verdana, Arial, Helvetica;
	color:#9A997C;
	font-size:12px;
}

.heading1 {
	color:#9A997C;
	font-weight:bold;
}


/* Contact */
#contact_label {
	float:left;
	width:40%;
	height:16px;
	font-weight:bold;
}

#contact_input {
	float:left;
	width:60%;
	height:16px;
}


/* Clearfix fix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-table;
}	

/* Hides from IE-mac \*/	
* html .clearfix {
	height:1%;
}	

*+html .clearfix {
	height:1%;
}	

.clearfix {
	display:block;
}

/* End hide from IE-mac */