/* ALL PAGES TITLE AND NAV */
	body
	{
		background: #000; 
		margin: 0px; 
		scrollbar-3dlight-color:#222; 
        scrollbar-arrow-color:#ccc; 
        scrollbar-base-color:#111; 
        scrollbar-darkshadow-color:#000; 
        scrollbar-face-color:#111; 
        scrollbar-highlight-color:#333; 
        scrollbar-shadow-color:#111;
	}
	
	.topnav
	{
		float: right; 
		height: 15px; 
		text-decoration: none; 
		text-align: center; 
		font: 11px/14px verdana, sans-serif; 
		margin: 2px 4px 0px 4px; 
		padding: 1px 10px 1px 10px; 
		color: #999; 
		background: #334  url(../../images/tab-notselected.jpg); 
		border-top: #555 solid 1px; 
		border-right: #333 solid 1px; 
		border-left: #555 solid 1px; 
	}
	.topnav a:link, .topnav a:visited
	{
		text-decoration: none;
		color: #999;
	}
	.topnav a:active, .topnav a:hover
	{
		color: #fff;
		text-decoration: underline;
	}

	.topnav-selected
	{
		float: right; 
		height: 15px; 
		text-decoration: none; 
		text-align: center; 
		font: 11px/14px verdana, sans-serif; 
		margin: 1px 4px 0px 4px; 
		padding: 2px 10px 1px 10px; 
		color: #fff; 
		background: url(../../images/tab-selected.jpg) repeat-x; 
		border-top: #999 solid 1px; 
		border-right: #666 solid 1px; 
		border-bottom: #000 solid 1px; 
		border-left: #999 solid 1px; 
	}
	.topnav-selected a:link, .topnav-selected a:visited
	{
		text-decoration: none;
		color: #fff;
    }
	.topnav-selected a:active, .topnav-selected a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
	.secondnav
	{
		float: right; 
		height: 15px; 
		background: #000; 
		text-decoration: none; 
		text-align: right; 
		font: 10px/14px verdana, sans-serif; 
		margin: 2px 4px 0px 4px; 
		padding: 1px 5px 1px 5px; 
		color: #999; 
	}
	.secondnav a:link, .secondnav a:visited
	{
		text-decoration: none;
		color: #999;
    }
	.secondnav a:active, .secondnav a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
	.secondnav-selected
	{
		float: right; 
		height: 15px; 
		text-decoration: none; 
		text-align: center; 
		font: 10px/14px verdana, sans-serif; 
		margin: 2px 4px 0px 0px; 
		padding: 1px 5px 1px 5px; 
		color: #fff; 
	}
	.secondnav-selected a:link, .secondnav-selected a:visited
	{
		text-decoration: none;
		color: #fff;
    }
	.secondnav-selected a:active, .secondnav-selected a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
    h1 
	{
		text-decoration: none; 
		text-align: left; 
		font: bold 10px verdana, sans-serif; 
		color: #ccc; 
		letter-spacing: 4px; 
		margin:0px 0px 0px 20px;  
	}





/* HOME PAGE BOXES */
	.contentsbox
	{
		letter-spacing: 1px; 
		background: #eee; 
		padding: 4px 10px 10px 10px; 
		font: 10px verdana, sans-serif; 
		color: #000;
	}
	.contentsbox a:link, .contentsbox a:visited
	{
		text-decoration: none;
		color: #666;
    }
	.contentsbox a:active, .contentsbox a:hover
	{
		color: #126;
		text-decoration: underline;
	}
	
	.contentsbox_header
	{
		letter-spacing: 4px; 
		background: #eee; 
		padding: 10px 10px 0 10px; 
		font: bold 10px verdana, sans-serif; 
		color: #666;
	}
	.contentsbox_header a:link, .contentsbox_header a:visited
	{
		text-decoration: none;
		color: #666;
    }
	.contentsbox_header a:active, .contentsbox_header a:hover
	{
		color: #126;
		text-decoration: underline;
	}
	
	

.box_white {
	text-decoration: none;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #eee;
	margin: 10px;
	line-height: 150%;
	background-color: #fff;
	padding: 10; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; 
}
.box_white a:link, .box_white a:visited
	{
		text-decoration: none;
		color: #fff;
	}
.box_white a:active, .box_white a:hover
	{
		color: #fff;
		text-decoration: underline;
	}

.box_gray {
	text-decoration: none;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	margin: 10px;
	line-height: 150%;
	padding: 10; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; 
}

.box_gray a:link, .box_gray a:visited
	{
		text-decoration: none;
		color: #999;
	}

.box_gray a:active, .box_gray a:hover
	{
		color: #f00;
		text-decoration: underline;
	}

.box_black {
	text-decoration: none;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #eee;
	margin: 10px;
	line-height: 150%;
	background-color: #000;
	padding: 10; 
	border-top: 1px solid #333; 
	border-left: 1px solid #333; 
	border-right: 1px solid #222; 
	border-bottom: 1px solid #222; 
}

.box_black a:link, .box_black a:visited
	{
		text-decoration: none;
		color: #fff;
	}

.box_black a:active, .box_black a:hover
	{
		color: #fff;
		text-decoration: underline;
	}