body,p {font-family:Lucida Grande,Verdana;font-size:11px;color: black;margin-top: 4;margin-right: 4;margin-left: 4;}
input {font-family:Lucida Grande,Verdana; font-size:11px}
td {font-family:Lucida Grande,Verdana;font-size:11px}
th {color:white; font-family:Lucida Grande,Verdana;font-size:11px;}
a:link {color: #000066}
a:active {color: #006699}
a:visited {color: #000066}
a:hover {color: orange}
.title	{font-family:Lucida Grande,Verdana;font-size:11px;color:#104A7B}
.field {font-family:Lucida Grande,Verdana;font-size:11px;text-decoration:none}
.select {font-family:Lucida Grande,Verdana;font-size:11px;text-decoration:none;cursor: hand}
.lbbttn {font-family:Lucida Grande,Verdana;font-size:11px;background:#F0F0F0;text-decoration:none;cursor: hand}
.normform {font-family:Lucida Grande,Verdana;font-size:11px;text-decoration:none}
.tinyfont {font-family:Lucida Grande,Verdana;font-size:10px}
.small {font-family:Lucida Grande,Verdana;font-size:10px}
.tiny {font-family:Lucida Grande,Verdana;font-size:8px}
.red {color:red}
.heading {font-family:Lucida Grande,Verdana;font-size:12px;color:white}

/* jQuery tablesorter */
table.tablesorter {
	font-family:verdana, sans-serif;
	font-size: .9em;
	margin:5px 0px 5px;
	border: #999 2px solid;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #7f7f7f;
	border: #666 1px solid;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(http://www.usingyourhead.com/images/tables/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
	border: #666 1px solid;
}
table.tablesorter tbody tr.odd td {
	background-color: #dadada;
}

table.tablesorter tbody tr.over td {
	background-color:#FF9;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(http://www.usingyourhead.com/images/tables/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://www.usingyourhead.com/images/tables/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #5a5a5a;
}

