body {
	background-color: #222222;
	padding:0px;
	font-size:10pt; 
	font-family:verdana, arial, helvetica, sans-serif;
	color: white;
	
	}
.outside
{
	width:800px;	
	margin-left: auto;
	margin-right: auto;
	background-color:black;
	background-image:none;	
	border:1px solid gray;
	vertical-align:middle;
	color: white;
}
.header
{
	width: auto;
	background-color: black;
	padding: 5px;
	color: gray;
	text-align:center;
}
.holder
{
	background-color: blue;
}

.h1 {
	font-size:22px;
	font-weight:900;
	color:#ccc;
	
	
	}
.h2 {
	font-size:12px; 
	color:white; 
	}
.h3 {
	
	font-weight:bold; line-height:14px; 
	font-size:12px; 
	color:black; 
	}
.h4 {
	font-weight:bold; line-height:14px; 
	font-size:12px; 
	color:#ffcc00; 
	}
.h5 {
	font-size:22px;
	font-weight:900;
	color:gray;
	text-align:center;
}
.h6
{
    font-size:18pt;
    font-weight:bold;
    color: Gray;
}	
	
.h7
{
	font-size: 12pt;
	color: gray;
	font-weight: bold;
}

.h8
{
    font-size:10pt;
    color:Orange;
    
}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:white;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link 
{
    color: white; 
}
a:visited 
{
    color:#ffffcc; 
    }
a:hover 
{
    background-color:#ffcc00;
   }
  
.content {
width : auto; 
border : 1px solid gray; 
background-color : black; 
padding : 10px; 
} 

.footer 
{	
	clear: both;
	width:auto;
	border:0px solid gray;
	background-color:#333333;
	color: white;
	margin-top: 5px;
	font-size: 10pt;
	
}

.leftbox
{
	float: left;
	width: 160px;
	border: 0px solid gray;
	padding: 0px;
	text-align: left;
	background-color:#333333;
	color: white;

}

.rightbox
{
	float: right;
	width:175px;
	border: 1px solid gray;
	padding: 5px;
	background-color: #800000;
	margin-right: 5px;
	color: white;
	text-align:center;
	height:500px;

}
.left
{
	float:  left;
	width: 595px;
	border: 0px solid gray;
	background-color: black;
	margin-left: 5px;
	color: white;
	
}

.middle
{
	
	float: left;
	width:390px;
	border: 0px solid gray;
	margin-left: 10px;
	background-color: black;
	text-align: left;
	padding: 5px;
	color: white;
	height:450px;
}

.leftboxouter
{
	float: left;
	width: 165px;
	border: 0px solid gray;
	text-align: left;
	background-color: black;
	color: white;
	height:450px;

}

.cdleft
{
	padding: 5px; 
	float: left;
	width: 350px; 
	height: 210px; 
	border: 1px solid gray;  
	margin-left: 5px;
	margin-top: 5px;
}

.cdright

{
	padding: 5px;
	float: right;
	width: 380px; 
	border: 1px solid gray; 
	height: 210px;  
	margin-right: 5px;
	margin-top: 5px;
}
.text8
{
	font-size:8pt;
}

.text10
{
	font-size:10pt;
}

.newsbar
{
   width:100%; 
   background-color: #222222; 
   color: gray;
   margin-bottom:15px;
}