﻿body
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.header
{
	font-weight: bold;
	color: #2a85a2;
}
.headerRow
{
	background-color: #c3c4b4;
}

.headerResults
{
	background-color: #c3c4b4;
	font-weight: bold;
	border: solid 1px #a0a0a0;
	color: #2a85a2;
	border: solid 1px #a0a0a0;
	text-align: left;
}

.headerResultsCenter
{
	background-color: #c3c4b4;
	font-weight: bold;
	border: solid 1px #a0a0a0;
	color: #2a85a2;
	border: solid 1px #a0a0a0;
	text-align: center;
}

.headerResultsRow
{
	background-color: #c3c4b4;
	font-weight: bold;
	border: solid 1px #a0a0a0;
	color: #000000;
}

.resultsBody
{
	text-align: left;
	border: solid 1px #a0a0a0;
	text-align: left;
}

.resultsBodyCenter
{
	text-align: center;
	border: solid 1px #a0a0a0;
}

.resultsBodyCategory
{
	text-align: left;
	font-weight: bold;
	border: solid 1px #a0a0a0;
	text-align: left;
	border: none 0px transparent;
	background-color: #c3c4b4;
	color: #000000 ;
	text-decoration: underline;
}


