/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height:20px;
	}
li {
	font-weight:bold;
	}
h1 {
	font-weight:bold;
	padding:5px;
	margin:0;
	font-size:16px;
	}
h2 {
	font-weight:bold;
	padding:5px;
	margin:0;
	font-size:14px;
	}
p {
	margin:0;
	padding:5px;
	}
.red {
	color:#cc0000;
	}
.black {
	color:#000;
	}
.dkred {
	color:#660000;
	}
th.one {
	background-color:#FF0000;
	color:#FFF;
	text-align:center;
	}
th.two {
	background-color:#cc0000;
	color:#FFF;
	text-align:center;
	}
th.three {
	background-color:#660000;
	color:#FFF;
	text-align:center;
	}
table.winners td {
	text-align:center;
	}
table.winners tr.grey {
	background-color:#e9ecda;
	border-bottom:1px solid #999999;
	}