/* CSS Document */
thead{
	background-color:#2d444f;
	color:#ffffff;
	}
	
tbody{
	background-color:add8e6;
	}
	
table{
	border:none;
	font-size:0.95em;
	}
	
td,th{
	border:none;
	border-bottom:solid 1px white;
	border-right:solid 1px white;
	padding:6px 0;
	}
	
caption{
	font-weight:bold;
	color:#555555;
	border-left:solid 10px #ffff00;
	text-align:left;
	padding:5px;
	}

