@charset "utf-8";
/* CSS Document */

table{
	
	width:655px; 
	border-collapse:collapse; 
	margin-left:5px; 
	margin-top:5px;
	margin-bottom:10px;
	}
	
	
caption{
	
	text-align:left; 
	padding:.5em;
	margin:0px; 
	background:#900; 
	color:#fff;
	font-weight:lighter}
	
	
th, td{
	
	text-align:left;
	padding:.5em;
	border:1px solid #fff;
	text-align:center;
	font-size:11px;
	
	}
	
	
th{	background:#C0C0C0 repeat-x;
	color:#000;}
td{background:#D5D5D5}

/* tablecloth styles */

tr.even td{background:#ccc;}
tr.odd td{background:#EDEDED}





