div.block
{
	margin: 2% 2% 2% 2%;
}

span.registrationlabel
{
	font-weight:bold;
}

span.infolabel
{
	font-weight:bold;
}

.footer{
	padding-left: 1em;
	border-top: 1px solid #AAA
}

.competitortable {
	margin: auto;
	border: solid 1px #006;
	background: #006;
	border-collapse: collapse;
	text-align: center;
	color: #FC3;
}

.competitortable td, th {
	padding: 2px;
	border: dotted 1px;
}

.competitortable th {
	background: #008;
}

.competitortable td.competitorname {
	padding: 2px 4px;
	background: #FC3;
	color: #006;
	text-align: left;
}

#header #links a {
	color:#000000;
	border-style: inset;
	padding: 2px 4px;
	border-width: 1px;
	background: #FFF;
	text-decoration: none;
}
#header #links a:hover {
	border-style: outset;
	color:#000;
	background: none;
}
