@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #CCCCCC;
}
h1 {
	font-size: 1.0em;
	margin: 10px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}

 p {
	margin: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
 a:link {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
 a:visited {
    color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
 a:hover {
	color: #F97634;
}
.pngtransparency {
	behavior: url("iepngfix.htc");
}
.standard #footer {
	padding: 5 20px;
	font-size: 9px;
	color: #666;
	text-align: center;
}
img, img a {
	border: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #666;
	font-size: 10px;
}

#footer p a {
	color: #333;
	text-decoration: none;
	font-size: 10px;
}
