@charset "utf-8";
a {
	text-decoration: none;
	color: #323233;
}
a:link {
	color: #323233;
	cursor:default;
}
a:active {
	color: #323233;
}
a:visited {
	color: #323233;
}
a:hover {
	text-decoration: none;
	color: #323233;
}
table.tablesorter thead tr .header {
	background-image: none;
	cursor: pointer;
	padding-right: 20px;
}

