/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {
	background: url(images/bgrnd.png);
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: sans-serif;
	color: white;
	font-size: 21px;
}

.tbhdr {
	border: 1.5px solid #E2E2E1 ;
	background: url(images/tbhdr.png);
	height: 44px;
	text-indent: 12px;
	padding-top: 4px;
}
.footer {
	color:silver;
	font-size: 11px;
	position:absolute;
	bottom:0;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	}
a {
	color: white;
}
a:hover {
	color: white;
}
a:visited {
	color: white;
}
.frontlink {
	
}
.trEven {
background-color: silver;
}
.trOdd {
background-color: gainsboro;
}
.trOver {
	color: white;
	background-color: black;
}