

table {
	border-collapse:collapse;
	margin-bottom:15px;
	width:700px;
        margin-left:auto;
        margin-right:auto;
	}
	
	caption {
		text-align:left;
		font-size:15px;
		padding-bottom:10px;
		}
	
	table td,
	table th {
		padding:5px;
		}
		
	thead th {
		padding:20px;
		}
			
                thead th[colspan].title {
                  background-color:#fff;
                  color:#222222;
                  font-size:14px;
                  padding:0;
                }
		thead th[rowspan] {
			background:#88BD0D;
                        color:#f2f2f2;
                        padding:20px;
			}
		
	tbody th,
	tfoot th {
		text-align:center;
		background:#88BD0D;
                color:#f2f2f2;
                font-size:14px;
		}
		
	tbody td,
	tfoot td {
		text-align:center;
		background:#f4f4f4;
                padding:10px;
		}
		
	tfoot th {
		background:#b0cc7f;
		}
		
	tfoot td {
		background:#d7e1c5;
		font-weight:bold;
		}
			
	tbody tr.odd td { 
		background:#E1F5A9;
                
		}