<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
bg
{
	background: #000000;
}

body
{
	background: #000000;
	color: #777777;
	font: 12px verdana, arial, helvetica;
	margin: 0px;
	padding: 0px;
}
.header
{
	color: #777777;
	font: 18px verdana, arial, helvetica;
	margin: 10px;
	padding: 0px;
	padding-top: 18px;
}

img
{ 
	vertical-align: middle;
}  

img2
{
	vertical-align: right;
	float: right;
}

hr 
{
	border:0;
	border-top: 1px solid #929292;
	height: 0;
	background: #929292;
}

h5
{
	padding: 0px; 
	border-top: 18px solid #000000;
} 


    a:link            { color: #b3b3b3; text-decoration:none; }
    a:visited         { color: #b3b3b3; text-decoration:none; }
    a:hover           { color: #b3b3b3; text-decoration:none; }
    a:active          { color: #b3b3b3; text-decoration:none; }

.dl
{
    a:link            { color: #0042ff; background-color: #c40000; text-decoration:none; }
    a:visited         { color: #0042ff; background-color: #c40000; text-decoration:none; }
    a:hover           { color: #0042ff; background-color: #c40000; text-decoration:none; }
    a:active          { color: #0042ff; background-color: #c40000; text-decoration:none; }
}


.button
{
	font: 9px Tahoma; 
	color: #b3b3b3;
	background: #000000;
	background-image: url('./image/button-mid.gif');
	height: 40px;
	align: center;
	float: left;
}

.spacer 
{
	background: #000000;
	width: 1px;
	float: left;
}

.main-div
{
	width: 800;
	align: center;
	margin: auto;
}

</style>