root { 
    display: block;
}

.tbl {
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
    color: #7F7F7F;
    width:700px;
    margin: 0 auto;
	border-right: 1px solid #dbd7ce;
	border-left: 1px solid #dbd7ce;
    border-collapse: collapse;
}

.tbl th, .tbl td {
	border-left: 0;
	padding: 10px
}

.tbl thead th,.tbl tfoot th,.tbl tfoot td {
	background-color: #d4d8d7;
    color:#000000;
	font-weight: bold;
    text-align:center;
    text-transform: uppercase;
}

.tbl tbody th {
	padding: 20px 10px;
}

.tbl tbody tr{
	background-color: #e9ede9;
	color: #383839;
}

.tbl tbody tr:hover {
	background-color: #ffffff;
	color: #333;
}
