@charset "utf-8";
/* CSS Document */

body {
	background-color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #858585;
}

a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
}

.top a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.top a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.top a:hover {
	color: #999999;
	text-decoration: underline;
}
.top a:active {
	color: #999999;
}


.email A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.email A:visited {
text-decoration: none
}
.email A:active {
text-decoration: none
}
.email A:hover {
	text-decoration: underline;
	color: #999999;
}

.heading1 {
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	font-weight: bold;
}
.heading2 {
	color: #CCCCCC;
	text-align: left;
	font-size: 12px;
}
.border_1px_white {
	border: 1px solid #FFFFFF;
}

.contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #858585;
}	
