
table { border-spacing: 0px;  
	border-collapse: collapse;
	font-size: 13px;}

td { padding: 5px;
		text-align: center; 		
		background-color: #effbcc;
		border: 1px #000 solid;}

td.y { padding: 5px;
		text-align: center; 		
		background-color: #effbfc;
		border: 1px #000 solid;}


		body {
  		  margin: 10px 0px 0px 150px;
		  font-family: verdana, geneva, arial, helvetica, sans-serif; 
		  font-size: 15px; 		  
		  background-color: #ffffdf; 
		  text-decoration: none; 
		  font-weight: normal; 
		  line-height: normal; 
			
		}
		
		a          { color: #3366cc; }
		a:link     { color: #3366cc; text-decoration: underline; }
		a:visited  { color: #3366cc; text-decoration: underline; }
		a:active   { color: #3366cc; text-decoration: underline; }
		a:hover    { color: #3366cc; text-decoration: underline; }
		
div.left { float:left; margin-left: 10px }		
div.right { margin-left: 10px }		

