ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,table,tr,td,th
{ 
	margin: 0px; 
	padding: 0px; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	vertical-align: top;
	border-spacing: 0px;
	color: #ffffff;
	filter: none;
}

a div, a img,:link img,:visited img 
{
	border: none;
	color: #FFFFFF;
	cursor: hand;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
	color: #EEEEEE;
}

li
{
	list-style-type: none;
}

.clear
{
	clear: both;
}

body
{
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	background-position: center top;
	background-repeat: no-repeat;	
}

#wrapper1
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#wrapper2
{
	width: 1000px;
	height: 100%;
	margin: 0px auto 0px auto;
	text-align: left;
}

.orangetextb{
COLOR:#FF9900;
font-weight:bold;
}

.debug
{
	/*
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: red;
	*/
}