/* CSS Document */

/* basic elements */

body {
	font-family:  Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #DCDCDC;
	background-color: #000000;
}
h2 { 
	font: normal 24pt Arial, helvetica, sans-serif; 
	font-weight: bold;
	margin-bottom: 0px; 
	color: #DCDCDC;
	}
h3 { 
	font: normal 24pt Arial, helvetica, sans-serif; 
	margin-bottom: 0px; 
	color: #DCDCDC;
	}
a:link { 
	text-decoration: underline;
	color: #9393af;
	}
a:visited { 
	text-decoration: underline;
	color: #9393af;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #d0262f;
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}