body {
	margin:24px 0px; padding:0px;
              background-color: #000000;
	font-family:  Tahoma, Verdana, Arial, sans-serif;
        	font-size: 14px;
        	color: #333333;
        	line height: 1.5;
	}
A:link { font-size: 12px; color: #FFFFFF;   text-decoration: none;}
A:visited {font-size: 12px; color: #FFFFFF;  text-decoration: none;}
A:active {font-size: 12px; color: #000000;   text-decoration: none;}
A:hover {font-size: 12px; color: #000000;    text-decoration: underline;}



td{
	font-family:  Tahoma, Verdana, Arial, sans-serif;
        	font-size: 14px;
        	color: #333333;
        	line height: 1.5;     
	}

H1{  	font-family:  Verdana;
        	font-size: 16px;
        	color: #3BA716;
}
       
H2{  	font-family:  Verdana;
        	font-size: 14px;
        	color: #0AABD9;
}

.header { width: 100%;
background-image:
url('logo.bg.jpg');
background-repeat: repeat
}

.navbar {background-color: black
}

.content  {background-color: 313131
}

.nav  { 
 	padding: 10 20 10 20;
}


.main  { 
 	width: 500px; 
	font-size: 12px;
  	color:  555555;
	margin: 0 8 0 8;
 	text-align: left;
 	padding: 10 10 10 10;
}

.footer  { 
	font-size: 11px;
  	color:  #777777;
 	text-align: center;
 	margin: 10 0 10 0;
}

