BODY {
	font-family : Arial, Helvetica, sans-serif;
	color : #330033;
}

.scoring {
	font-size : 11px;
	text-align:center;
	color : #330033;
  	background-color: #CC6600;
}

.scoring td{
	background-color: #FFFFFF;
	text-align:center;
}
.scoring th{
	background-color: #FFFFFF;
	text-align:center;
}

.resultspage {
	font-size : 11px;
	background-color: #CC6600;
}

.resultspage th{
	font-size : 18px;
  	font-weight: bold;
  	padding-bottom:5px;
  	padding-top:5px;
  	vertical-align:middle;
  	background-color: #FFFFFF;
}

.resultspage td{
	font-size : 11px;
	vertical-align:top;
	background-color: #FFFFFF;
}

.tblresults {
	font-family : Arial, Helvetica, sans-serif;
	color : #330033;
	font-size : 11px;
  	background-color: #CC6600;
}

.tblresults td{
	background-color: #FFFFFF;
	text-align:center;
}
.tblresults th{
	background-color: #FFFFFF;
	text-align:center;
}

.resultsheader {
	font-weight: bold;
}

.sales {
	font-family : Arial, Helvetica, sans-serif;
	color : #330033;
	font-size : 12px;
  background-color: #CC6600;
}

.sales td{
	background-color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}

.advert {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.tblsales {
	font-family : Arial, Helvetica, sans-serif;
	color : #330033;
	font-size : 11px;
  background-color: #CC6600;
}
.tblsales td{
	background-color: #FFFFFF;
	text-align:center;
}
.tblsales th{
	background-color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}


A:link, A:visited, A:active {
	color : #0000CC;
}
A.menu:link, A.menu:active {
	color : #FFFFFF;
	text-decoration:none;
}
A.menu:visited {
	color : #999999;
	text-decoration:none;
}
A.menu:hover {
	color : #CC6600;
	text-decoration:none;
}