/* Copyright 2006 Joost de Valk */

a {margin: 0;
padding: 0;}

a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 0px 8px;
	
	border-style: solid;
	border-color: #eff2e2;
}
table.sortable th {
	border-width: 0px 1px 0px 1px;
	background-color: #2d3d10;
	color: #eff2e2;
border-bottom: 5px solid #6d8139;
	}

table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #eff2e2;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}

table.sortable th a, h2 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding: 0px 0px;
	font-size: 20px;
	font-style: ;
	font-variant: normal;
	color: #EFF2E2;
	margin: 0;
	text-decoration: none;}

.directions {
	font-family: Arial, sans-serif;
	padding: 5px 0px 3px 8px ;
	font-size: 10px;
	color: #2d3d10;
font-style: normal;
	margin: 0;
	text-decoration: none;}

a.print {text-align:right;
font-size: 12px;
color: #2d3d10;}


