﻿a:link {
text-decoration: underline;
 color: blue;
 }     
a:visited {
text-decoration: none;
color: blue;
} 
a:active {
text-decoration: none;
color: blue;
}   
a:hover {
text-decoration: none;
color: red;
}
body {
margin-top:0;
}
p {
	font-family:Arial;
	font-size: small;
	text-align:left;
}
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	width: 98%;
}
table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #444;
	color:black;
	font-family:Arial;
	font-size: small;
}
table.sortable th {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #444;
	font-family:Arial;
	cursor:pointer;
}
table.sortable th {
	border-color: #ECF5FF;
	border-width: 1px;
	background-color: #DDDDDD;
		width: 100px;
}
table.sortable td {
	border-color: #ECF5FF;
	border-width: 1px;
	width: 100px;
}
table.sortable tr.odd td {
	background-color: green;
}
table.sortable tr.even td {
	background-color: white;
}
table.sortable tr.sortbottom td {
	border-top: 0px solid #444;
	background-color: #ccc;
	font-weight: bold;
	width: 100px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}