@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color: #2a2a2a;
}
p {
	font-size: 0.77em;
	color:#CCCCCC;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
h1 {
	font-weight:bold;
	font-size:0.87em;
	color:#CCCCCC;
	font-family: Times, "Times New Roman", serif;
}
h2 {
	font-weight:bold;
	font-size:12px;
	color:#CCCCCC;
	font-family: Times, "Times New Roman", serif;
}
a:link {
	color: #B39B73;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B39B73;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
ul {
	list-style:square outside;
}
li {
	font-size: 0.77em;
	color:#dddddd;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.faqtext {
	font-size: 0.77em;
	color:#dddddd;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.faq {
	padding-left: 12px;
}
.classes {
	text-align:left;
}
#footer p {
	color: #848484;
	font-size: 9px;
	text-align:right;
}
.support {
	color:#dddddd;
}
