body td {margin:0;font-family:Verdana;font-size:14px;line-height:25px;}

a {color:#64944f;font-family:Verdana;font-size:14px;text-decoration:underline;}
a:hover {text-decoration:none;}

a.menu {color:#ffffff;font-family:Verdana;font-size:16px;text-decoration:none;}
a.menu:hover {text-decoration:underline;}

.grey {color:#64944f;font-family:Verdana;font-size:10px;}

.flik {
	height: 15px;
	width:160px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 10px;
	cursor: pointer;
	float: left;
	background-color: #bfd8b4;
	border-left: 1px solid #deeed7;
	border-top: 1px solid #deeed7;
	border-right: 1px solid #80a470;
}
.flikset {
	height: 15px;
	width:160px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 10px;
	float: left;
	background-color:#64944f;color:#FFFFFF;
	border-left: 1px solid #deeed7;
	border-top: 1px solid #deeed7;
	border-right: 1px solid #80a470;
}
.flik:hover {
	text-decoration:underline;
}

table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	background-color: #eeeeee;
}
table.tablesorter thead tr th {
	background-color: #eeeeee;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody {
	background-color: #FFF;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
	border-bottom:1px solid #eeeeee;
	text-overflow:ellipsis;
	overflow:hidden;
}
table.tablesorter tfoot th {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-weight:normal;
  font-family: Verdana;
  font-size: 11px;
}
table.tablesorter tbody tr.odd td {
	background-color:#f2f5e9;
}
table.tablesorter tr:hover {
  background-color: #f4f4f4;
}
