table.sil{
	border: 1px solid #737A80;
	border-collapse: no-collapse;
	margin-left:auto; 
	margin-right:auto;
	}

table.sil th {
	border: 1px solid #737A80;
	background-color: #339900;
	background-image: url(../images/table_header.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding: 0.2em;
	color: #fff;
}

table.sil td {
	font: 0.9em Arial, Verdana, sans-serif;
	padding: 0.2em;
	border: 1px solid #737A80;
	text-align:right;
}
table.sil td.name {
	text-align:left;
}

table.sil tr.khcc {
	font-weight: bold;
	color:#339900;
}

table.sil tr {
	background-color: #EFEFEF;
}

table.sil tr.evens {
	background-color: #CECECE;
}

table.sil tr:hover, table.sil tr.hilite {
	background-color: #AAAAAA;
	color: #FFFFFF;
}
