* {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier New", Courier, monospace;

	font-size: 14px;
	width: 100%;
}
h1 {
		
	font-size: 20px;
	color: #333333;
	padding: 2px;
}
h3 {
	font-size: 16px;	

	color: #333333;
}
th {
	text-align: left;
	padding: 2px;
	background-color: ;
}
td {
	padding: 0px;
}
table {
	font-size: 11px;
}
.even {
	background-color: #F6F6F6;
}
.odd {
	background-color: #E5E5E5;
}
.highlight {
	background-color: #B6B6B6;
	font-weight: bold;
}
.header {
	background-image: url(header-bg.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
.headerSortUp {
	background-image: url(header-asc.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
.headerSortDown {
	background-image: url(header-desc.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
