@charset "ISO-8859-1";

/* -----------------------------------------
	Colors and General settings 
--------------------------------------------*/

html, body {
	background: #000000;
	margin: 8px 0 0 10px;
	padding: 0px;}

body, table, td, tr, th, p 
	{font-family:Tahoma;
	color: #afb9d1;
	font-size: 13px;}

/* -----------------------------------------
	Fonts and Headers
--------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
	letter-spacing: .04em;
}
h1 {font-size: 16px; color:#FFFFFF; padding: 2px;}
h2 {font-size: 16px; color:#FFFFFF; padding: 2px; margin: 12px 0 0 0;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}

{
	padding: 2px;}

#faq {
	font-family:verdana;
	color: #000000;
	font-size: 14px;
	padding: 6px;
	margin: 0 8px 0 8px;
}

#footer {
	font-family:verdana;
	color: #ffffff;
	font-size: 12px;
	padding: 2px;
}


/* -----------------------------------------
	Links
--------------------------------------------*/

a img {border: 1;}
a:link { color: #db2f09; text-decoration:none }
a:visited { color: #ec9b89; text-decoration:none }
a:hover { color: #FFFFFF; text-decoration: underline }
a:active { color: #db2f09; text-decoration:underline }

.faq a img {border: 0;}
.faq a:link { color: #FF0000; text-decoration:none }
.faq a:visited { color: #BB2222; text-decoration:none }
.faq a:hover { color: #FF0000; text-decoration: underline }
