@charset "utf-8";
/* CSS Document */

	html{ overflow:hidden;
	scrollbar-face-color: #111111;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #444444;
	scrollbar-arrow-color: #DDDDDD;}
	
	body { 
	background-image:url(../images/content.bg.jpg); 
	background-attachment:fixed;
	background-repeat:no-repeat;
	padding: 0 0; 
	color:#FFF; 
	font: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-base-color: #CCCCCC;
	}
	
	.content_text {
	color: #FFF;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	.content_text a {color: #FFF; text-decoration: none;}
	
	.content_text a: hover { text-decoration: underline; }
	
	h1 {
	font:"Courier New", Courier, monospace;
	font-size:18px;
	font-weight:bold;
	color:#EEE;
	padding-bottom: 10px;
	}
	
	#pg {
	width:645px;
	padding: 10px 0 0 0;
	}
	
	#pg a { color:#FFF;  text-decoration:none;}
	#pg a:hover {text-decoration:underline;}
	
	.blacktext {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
	
	.blacktext a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	}
	
	.blacktext a:hover{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:underline;
	}
	
	.alpha img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	border:solid 4px #666;
	}

	.alpha:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border:solid 4px #666;
	}
	
.promo_head {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: center;
}

.promo_desc {
	font-family: "Times New Roman", Times, serif;
}
.content_2 {
	font-size: 16px;
}

	.content_2 a {color: #FFF; text-decoration:none;}
	
	.content_2 a:hover { text-decoration: underline; }

