body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(images/mainbg.gif);
	background-repeat:repeat-x;
	
	}

	
a:link {
	color: #333333;
	text-decoration: none;
	}

a:visited {
	color: #666666;text-decoration: none;
	}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.menustop {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
 }
a.menustop:link {  color: #FFFFFF;text-decoration: none;}
a.menustop:visited {  color: #FFFFFF;text-decoration: none;}
a.menustop:hover {  color: #CCCCCC;
text-decoration: none;}


.maintextbold {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
 }
a.maintextbold:link {  color: #000000;text-decoration: none;}
a.maintextbold:visited {  color: #000000;text-decoration: none;}
a.maintextbold:hover {  color: #333333;
text-decoration: none;}



.sidetext{
color:#FFFFFF;
font-size:12px;
text-decoration: none;
height:29px;
}
a.sidetext:link {  color: #FFFFFF;}
a.sidetext:visited {  color: #FFFFFF;}
a.sidetext:hover {  color: #CCCCCC;
text-decoration: none;}

.footertext{
color:#FFFFFF;
font-size:11px;
text-decoration: none;
}
a.footertext:link {  color: #FFFFFF;}
a.footertext:visited {  color: #FFFFFF;}
a.footertext:hover {  color: #FFFFFF;
text-decoration: none;}

input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}
	  
	  
	#main_table
{
	width: 900px;
	border: 0px solid #999999;
	padding: 0px;
	background-color:#1c1105;
}  
	
#side_table
{
	width: 169px;
	border: 0px solid #666666;
	padding: 0px;

	
}  
.devider {
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3F3F3F;

}