ul, body {
	margin:0;
	border:0;
	padding:0;
	background-color: #000000;
 }
 
 h1, h2, h3, h4, p 	{ margin: 0; padding: 0; }

body, table, input, select, option, textarea, html {
	font-size: 			11px;
	font-family: 		Arial;
	color: 				#838282;
}

A:link 		{text-decoration: none; 	color: #626262;}
A:visited 	{text-decoration: none; 	color: #626262;}
A:active 	{text-decoration:underline; color:#000000;}
A:hover 	{text-decoration:underline; color:#000000;}

h1 { font-size:	14px; color: #999999;}
h2 { font-size:	13px; color: #999999; }
h3 { font-size:	12px; color: #999999; }
h4 { font-size:	12px; color: #999999; }

/* NAVIGATION BUTTONS (TOP) */

#navbut1 .but1main{float:left;display:block;width:158px;height:24px;padding:4px 0px 0px 10px;margin:0px;font-size:12px;color:#DBDBDB;font-weight:bold;}
#navbut1 .but1main:hover{color:#ffffff;background:url( 'none' ) no-repeat;text-decoration:none;background-color:#656D76;}

td.bg { background-image: url('../img/bg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 
    background-position: top left; }
    
td.bg2 { background-image: url('../img/bg2.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 
    background-position: top left; }    
