@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	}
body, td, div, p {
	color:#666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
	color: #0478F8;
	font-weight: bold;
}
.winners{
	background-color:#FFFFCC;
}
.winner{
	font-size: 14px;
	color: #0478F8;
	font-weight: bold;
}

a{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	}
hr{
	color:#EEEEEE;
	}
.header {
	font-size: 20px;
	color: #0478F8;
	font-weight: bold;
}
.small{font-size:10px;
}
input.button {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
	margin: 0;
	border: 1px solid #0478F8;
	font-size:12px;
}