/* Imports
----------------------------------------*/
@import url("reset.css");

body, p, td, th, li, span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#666666;
}
p
{
	margin-bottom:0.5em;
}
h1
{
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2, .heading
{
	margin:1em 0 .5em 0;
	font-size:1.5em;
	display:block;
}

a:link, a:visited
{
	color:#666666;
	font-weight:bold;
}

a:hover, a:active
{
	color: #dc052e;
}

.noprint
{
	display:none;
}

strong {font-weight:bold;}

/* Layout
----------------------------------------*/
.leftcol, .rightcol, .fullcol
{
	width:100%;
}

.spectable td, .spectable th
{
	padding:5px;
	border: 1px solid #888;
	text-align: center;
}
.spectable th.number{
	font-size: ;;
}
.spectable th
{
	font-weight:bold;
	text-align: center;
	background-color: #EFEFEF;
}

#printheader
{
	float:right;
	width:300px;
	height:147px;
}


#timings
{
	width:500px;
}
