body {

font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.4em;
background-image:url(../images/verticalGrad.png);
background-repeat:repeat-x;
background-color:#ABADAF;



}

#runners
{
	
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	
}
#runners th
{
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #1E70D4;
	padding: 10px 8px;
	border-bottom: 2px solid #1E70D4;
}
#runners td
{
	text-align: left;
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#runners tbody tr:hover td
{
	color: #33cc00;
}

/*#wrapper {
width: 720px;
padding: 10px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
border: 1px solid #ddd;
}*/


a:link { color: #1E70D4; }
a:visited { color:#1E70D4;  }
a:hover { color: #1E70D4;  }
a:active { color:#1E70D4;  }



h1 {
font-family: Helvetica, Arial, sans-serif;
font-size:18px;

color: #60CD0E;
margin:0;
padding:0;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
font-size:20px;

color: #FFFFFF;
margin:0;
padding:0;
}

p {

font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	 text-align: justify; text-justify: newspaper;


}


