* {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier New", Courier, monospace;

	font-size: 14px;
	width: 100%;
}
h1 {
		
	font-size: 20px;
	color: #B17924;
}
h3 {
	font-size: 16px;	

	color: #76592d;
}
th {
	text-align: left;
	padding: 5px;

}
td {
	color: #FFF;

}
table {
	font-size: 12px;

	width: 822px;
	border: 0px solid #000;
}
.even {
	background-color: #3D3D3D;
}
.odd {
	background-color: #B17924;
}
.highlight {
	background-color: #fffff;
	font-weight: bold;
}
.header {
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	border-left: 0px solid #FFF;
	border-right: 0px solid #76592d;
	border-top: 0px solid #FFF;
	padding-left: 20px;
	padding-top: 8px;
	height: 20px;
}
.headerSortUp {
	background-image: url(../img/header-asc.png);
	background-repeat: no-repeat;
	border-left: 0px solid #76592d;
	border-right: 0px solid #000;
	border-top: 0px solid #FFF;
	padding-left: 20px;
	padding-top: 8px;
	height: auto;
}
.headerSortDown {
	background-image: url(../img/header-desc.png);
	background-repeat: no-repeat;
	border-left: 0px solid #FFF;
	border-right: 0px solid #000;
	border-top: 0px solid #FFF;
	padding-left: 20px;
	padding-top: 8px;
	height: auto;
}