/* CSS Document */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
color:#990000;
}
body,td,th {color: #333333; }


a:hover {	
			color:#990000; 
			}	
			
body {
	margin:8px 0px; padding:0px;
	text-align:center;
	}
	
body,td,th {
	font-family: sans-serif, Comic Sans Ms, Arial, Helvetica;
}

table {margin:auto;}

table.maintable {
	border:medium #0295ba solid;
	width:800px;
	background-color:#FFFF99;
	table-layout:fixed;
}

div.lfloat {
padding: 10 10 0 0;
  float: left;
  }
div.rfloat {
padding:10 0 0 10;
  float: right;
  } 
div.lfloat p {
	margin:0;
  text-align: center;
  }  
  
div.rfloat p {
	margin:0;
  text-align: center;
  }
