/* CSS Document */

<!--
table {
		border:0px solid #000;
		width:95%;
		font-size:12px;
		margin-left:0 auto;
		margin-right:0 auto;
		padding:0;
		border-collapse:collapse;
		text-align:left;
		font-weight:normal;
	}
	table h2, h3{
	font-size:14px;
	color:#FFF;
	margin:0px;
	padding:0px;

	}
	td,th{
		border:1px solid #fff;
		border-collapse:collapse;
		padding:10px;
		color:#000000;
		line-height:normal;
		font-weight:normal;
		

	} 
	<!-- columns
	#1,#2,#3,#4,#5,#6{width:58px;}
	
	caption{
		font-size:140%;
		border:1px solid #000;
		border-bottom:none;
		padding:3px;
	}
	thead th{
		background-color:#275ea7;
		color:#FFF;
		
	}
	tbody th{
		background:#8DCBFE;
		color:#000;
		

	}
	tfoot td{
		background-color:#275ea7;
		color:#FFFFFF;
		text-align:left;
		
	}
	tbody td{
	background-color:#E7E7E7;
	
	}
	tbody tr.odd td{
	background-color:#FCFCFC;
	
	}
	
	#left_column table {
		width:350px;
	}
-->