@media screen {
body 	                	{	background-color: white; FONT-SIZE: 80%; COLOR: #000000; FONT-FAMILY: tahoma; TEXT-DECORATION: none; margin: 0px; padding: 0px}
.leftpane               {	background-color: white; FONT-SIZE: 60%; COLOR: #000000; FONT-FAMILY: tahoma; FONT-WEIGHT: bold; TEXT-DECORATION: none; margin: 0px; padding: 0px}
.resultspane						{	FONT-SIZE: 80%; COLOR: #000000; FONT-FAMILY: tahoma; TEXT-DECORATION: none; margin: 0px; padding: 0px; text-align: center}
.nonActiveLink					{ text-decoration: none; color: black; } 

A:link									{	COLOR: #000000; FONT-FAMILY: tahoma, Helvetica, san-serif; TEXT-DECORATION: none}
A:visited								{	COLOR: #000000; FONT-FAMILY: tahoma, Helvetica, san-serif; TEXT-DECORATION: none}
A:active								{	COLOR: #000000; FONT-FAMILY: tahoma, Helvetica, san-serif; TEXT-DECORATION: none}
A:hover                 {	COLOR: #3366CC; FONT-FAMILY: tahoma, Helvetica, san-serif; TEXT-DECORATION: underline}

table.resultspane {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.resultspane th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: rgb(238, 238, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.resultspane td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: rgb(238, 238, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.resultspane tr.r1 td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 204, 204);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.resultspane tr.r2 td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(204, 255, 255);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.resultspane tr.r3 td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(204, 255, 204);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.resultspane tr.r4 td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

}

@media print {

body {display:none}
	
}

