table.st1 {
	background: #F3F5F7;
	border-collapse: collapse;
	color: #333333;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
}

table.st1 a {
	border-bottom: 1px solid #C6C8CB;
	color: #3A4856;
	text-decoration: none;
}

table.st1 a:visited { color: #777777; }
table.st1 a:hover { color: #000000; }

table.st1 caption {
	font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

table.st1 tbody { border-bottom: 1px solid #EAECEE;}

table.st1 tbody  tr:hover, table.st1 tbody tr.odd:hover, tr.highlight {
	background: #DFE3E5;
	color: #111111;
}

table.st1 tbody td, table.st1 tbody th {
	background: url("../images/td_back.gif") repeat-x;
	padding: 5px;
	text-align: left;
}

table.st1 tbody tr {
	background: #F3F5F7;
}

table.st1 tbody tr.odd {
	background: #F0F2F4;
}

table.st1 tbody, table.st1 thead {
	border-left: 1px solid #EAECEE;
	border-right: 1px solid #EAECEE;
}

table.st1 tfoot td, table.st1 tfoot th, table.st1 tfoot tr {
	background: #FFFFFF;
	font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}

table.st1 thead th {
	background: #3A4856;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 5px;
	text-align: left;
}

div.comhead {
	background: #3A4856;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 5px;
	text-align: left;
	font-weight: bold; 
}
div.comhead a {
	color: White;
}
div.comcont {
	background: #EDEFEF;
	border: 1px solid #EAECEE;
	padding: 3px;
	margin-top: 0; 
	
}