table {
	width:100%;
	border-top:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
	margin:1em auto;
	border-collapse:collapse;
	background-color:#FFF;
	}

table p{
	margin:0;
	text-align:center;
	padding:5px;
}

tr.odd td,
tr.odd .column1 {
	background:#dfdede;
	}
		
td {
	color:#353535;
	border-bottom: 1px solid #bdbdbd;
	border-left:1px solid #bdbdbd;
	padding:.3em .3em;
	text-align:center;
	}
					
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	}
		
tr td strong{
	color:#333;
}