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