/* CSS Document */
body {
	background-color: #666666;
	background-image: url();
}
a:visited {
	color:#00CC00;
}
a:link { 
	font-weight: none; 
	text-decoration: underline; 
	color: #00CC00;
	} 
.style1 {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #990000;
}


a:hover {	
			text-decoration:underline;
			color:#00FF00; 
			}	
			
body {
	margin:8px 0px; padding:0px;
	text-align:center;
	}
	
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

table {margin:auto;}

table.maintable {
	border:medium #999999 solid;
	width:800px;
	hight:800px;
	background-color:#000000;
	table-layout:fixed;
}

div.lfloat {
padding: 0 5 0 0;
  float: left;
  }
div.rfloat {
padding:0 0 5 5;
  float: right;
  }
  div.r2float {
padding:1 1 1 5;
  float: right;
  } 
div.lfloat p {
	margin:0;
  text-align: center;
  }  
  
div.rfloat p {
	margin:0;
  text-align: center;
  }
