@charset "utf-8";
/* CSS Document */
h2 { border-bottom:1px dotted #005599; margin-top:0px; padding-bottom:10px; }

.stats { width:100%;
	float:left;
	border:1px dotted #005599;
	padding:10px;
}
.stats p{
	margin:0px;
	margin-bottom:4px;
	margin-left:4px;
	font-weight:bold;
	float:left;
	width:120px;
	height:auto;
}
.stats .data{
	float:right;
	width:40px;
	margin-bottom:4px;
	margin-right:4px;
	text-align:right;
}

.judges {
	float:right;
	width:100%;
	border:1px dotted #005599;
	padding:10px;
	font-weight:bold;
}
.judges p{
	margin:0;
	font-size:8pt;
	font-weight:normal;
	margin-top:5px;
	border-top:1px dotted #CCC;
	padding-top:4px;
}