/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	}

a:link {
	font-weight: bold; 
	color: #CC6600;
	}
	
a:visited {
	font-weight: bold; 
	color: #CC6600;
	}
	
a:active {
	font-weight: bold; 
	color: #CC6600; 
	}
	
a:hover {
	color: #4C3922; 
	font-weight: bold;	
	text-decoration: underline;
	}

.desc_text {
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	}
