@charset "ISO-8859-1";
body {
		color: #464849;
		background: #ECECEC;
		font-family: Arial, sans-serif;
		font-size: 62.5%;
		line-height: 1.5;
	}
	
a:link{
	text-decoration: none;
	color: #464849;
}

a:visited{
	text-decoration: none;
	color: #464850;
}

a:active {
	text-decoration: none;
	color: #464849;
}

a:hover {
	text-decoration: none;
	color: #cf0020;
}

img { border: 0; }

caption {
		text-align:center;
		background: #193660;
		color: #a3a8a9;
		font-size: 1.2em;
		font-weight:bold;
		padding: 10px 0px 10px 10px;
		border-bottom: 1px solid #999;
		text-shadow:0 -1px 1px rgba(0,0,0,.5);
	}
	
caption strong { color: #FCCF2C; }

	
/* tables */
table.tablesorter {
	font-family: Arial, sans-serif;
	background-color: #CDCDCD;
	margin:0px 0pt 0px;
	font-size: 1.2em;
	text-align: right;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #5883A6;
	border: 0px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: #fff;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
	
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 2px;
	background-color: #FFF;
	vertical-align: middle;
	border-bottom: 1px solid #5883A6;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

td a {
		color: #464849;
		font-weight: bold;
		text-decoration: none;
	}

td a:hover { text-decoration: none; }