/* CSS Document */
a:visited {
color:#990000;
}

a:hover {	
			text-decoration:underline;
			color:#FF0000; 
			}	
			
body {
	margin:8px 0px; padding:0px;
	text-align:center;
	}
	
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

table {margin:auto;}

table.maintable {
	border:medium #990000 solid;
	width:800px;
	background-color:#FFFF99;
	table-layout:fixed;
}

div.lfloat {
padding: 0 15 0 15;
  float: left;
  }
div.rfloat {
padding:0 15 0 15;
  float: right;
  } 
div.lfloat p {
	margin:0;
  text-align: center;
  }  
  
div.rfloat p {
	margin:0;
  text-align: center;
  }
