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

<!--
body {
	background-color: #020001;
}
.copy {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFCDE;
	text-align: justify;
	padding-right: 10px;

	}
	
	.copygray {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#666666;
	text-align: justify;
	padding-right: 10px;
	}
	
	
.updates {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#FF3300;
	text-align: justify;}
	
.copyright {font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color:#5d5429 ;
	}
	
.author {font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#666600 ;}
	
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	color: #C18402; }
	
.announce {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color:#FF0000; }
	

a:link {color: #FF6600;}
a:visited {color: #FF6600;}
a:active {color: #FF6600;}
a:hover {color: #990000;
background-color: none;}
a {text-decoration: none;
border: none;}


div.scroll {
height: 300px;
/*width: 740px;*/
width: 730px;
overflow: auto;
overflow-x: hidden;
padding: 3px;
}


/*START CUSTOM SCROLLER www.agavegroup.com */
div.overflowBox{
			height:308px;
			width:100%;
			overflow:auto;
			overflow-x: hidden;
							}
				
	.ag-innerBox{
		position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
		top:0px;
		left:0px;
		float:left;
					}


	.ag-track{
		height:10px;
		width:10px;
		background:#313131;
		float:left;
	}

	.ag-handle{
		height:20px;
		width:10px;
		background:#fffbd6;
		cursor:pointer;
		
		
	}
	/*END CUSTOM SCROLLER  */

-->
</style> 

