@charset "UTF-8";
/* CSS Document */


	table {
		border:2px solid #000;
		border-collapse:collapse;
		width:100%;
		padding: 5px;
		text-transform:uppercase;
		
		}

	th, td {
		border:1px solid #000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.8em;
		text-align:left;
		padding: 5px;

	}
	
	th {
		background-color:#000;
		color: white;	
		
	}
	
	.odd {
		background-color:#CCC;
		
	}

	.even {
		background-color:#eee;
	}
	
	caption {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		caption-side:top;
	}
	
