/* default font */
body, div, span, p, th, td, li {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Roman, Sans-serif;
}

.clearFix {
	clear: both;
}

img {
	border: none;
}

a {
	color: #808080;
	text-decoration: none;
}

/* hide stuff we dont want */
#headerTop, #banner, #headerBottom, #footer, #footerLogos, a img.map {
	display: none;
}

/* override some styles */
table.tablesorter {
	width: 100%;
}
table.tablesorter thead th {
	text-align: left;
	border-bottom: 1px solid #A0A0A0;
}
table.tablesorter tbody td {
	border-bottom: 1px solid #E0E0E0;
}
table.tablesorter th, table.tablesorter td {
	vertical-align: top;
}
