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

body { 
    font-family: Arial, Helvetica, sans-serif;
 	font-size: 10px;
	background-color:#000;
	
 	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	color:#FF0;
}
h2 {

    color:#FF0;

}
h5 {

    color:#FF0;

}
h6 {

    color:#FF0;

}
.changeback{
	background-image:url(../images/blackbox.jpg);
	background-repeat:repeat;
}

.table_white{
	background-color: #000;
}
.table_white_topleft{
	background-image:url(../images/blackbox.jpg);
	background-color: #000;
	width:10px;
	height:8px;
}
.table_white_topright{
	background-image:url(../images/blackbox.jpg);
	background-color: #000;
	width:9px;
	height:8px;
}
.table_white_bottomleft{
	background-image:url(../images/blackbox.jpg);
	width:10px;
	height:10px;
}
.table_white_bottomright{
	background-image:url(../images/blackbox.jpg);
	width:9px;
	height:10px;
}
.grey_body{
	background-color:#000;
	
}
.greyfade{
	background-image:url(../images/blackbox.jpg);
	background-repeat:repeat;
}
.nav_fill{
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu_side{
	background-color:#FF0;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.menu_copy{
	background-color:#000;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0;
	padding-left: 5px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.menu_copy a{
	color: #FF0;
	text-decoration:none;
 
}
.menu_copy a:hover{
color: #333;
text-shadow:inherit;
}



.ubercolortabs a{
	float: left;
	color: #FF0;
	background: url(../images/blackbox2.jpg) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

.ubercolortabs a span{
	float: left;
	display: block;
	background: transparent url(../images/blackbox2.jpg) no-repeat right top;
	cursor: pointer;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.tabler{
	background-color:#000;
}
