* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #00009C;
	text-decoration: none;
}

h1 {
	font-size: 14px;
}

.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right, .wrbonus {
	text-align: right !important;
}

div.container {
	margin: 0 auto;
}

body.eventgroup div.container {
	/*
	width: 480px;
	*/
}

body.eventgroup h1 {
	font-size: 14px;
	text-align: center;
}

body.eventgroup h2, body.eventgroup h3 {
	font-size: 13px;
	font-style: italic;
	text-align: center;
	margin: 0;
}

body.eventgroup table {
	width: 100%;
	margin: 25px 0 0 0;
}

body.eventgroup table th, body.eventgroup table td {
	font-size: 11px;
}

body.eventgroup table th {
	border-bottom: gray solid 2px;
}

body.eventgroup table .place {
	text-align: right !important;
}
body.eventgroup table .pplace {
	text-align: left !important;
}

body.eventgroup table td.score {
	text-align: right;
	font-weight: bold;
}

body.results div.container {
	width: 650px;
}

body.results table {
	width: 100%;
}

body.results table th, body.results table td {
	font-size: 10px;
}

td.rankingscore, td.averagescore {
	text-align: right;
	font-weight: bold;
	font-size: 11px !important;
}

td.rankingscore {
	color: #333399;
	font-size: 12px !important;
}

body.results h2 {
	color: #333399;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 0 0;
}

body.results h3 {
	font-size: 12px;
}

body.results h2 span {
	padding: 0 25px 0 0;
}
body.results div.place {
	color: #333399;
	font-size: 35px;
	float: right;
	font-weight: bold;
}
body.results p {
	font-size: 10px;
}
