body{ font: 12px Palatino Linotype, Palatino, Arial, Helvetica, sans-serif }

#header,#horiz-menu,#footer,.lftmenu,#top{ display: none }

#two-columns,.content{ background: #ffffff }

.tbl{
	background: #f4f4f4;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	margin: 0 0 1em 20px;
	width: 90%
}

.tbl tbody tr{ font-size: 90% }

.tbl tbody td{
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 5px;
	vertical-align: top
}

.tbl tbody td.download{ text-align: center }

/*.tbl tbody th{
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	color: #cc6600;
	font-weight: normal;
	padding: 5px;
	text-align: left
}*/
.tbl thead tr{
	background: #dcdcdc;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	color: #2a2b26;
	text-align: left;
	text-transform: uppercase
}

.tbl thead th{ border-right: 1px solid #cccccc; font-weight: bold; padding: 5px 0 5px 5px }

.tbl tbody tr.even{ background: #eeeeee }

.tbl tbody tr.odd{ background: #ffffff }

