@charset "utf-8";

/* DEFAULTS */
/*
html, body {
	margin:0px;
	padding:0px;
	font-family: tahoma,geneva,arial,verdana,helvetica,sans-serif;
	font-size:11px;
	font-smooth: always;
	font-weight: sharp;
	font-variant: normal;
	font-size-adjust: inherit;
}
a:link, a:visited {
	color: #035BAC;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
*/

/* GENERAL */

/*
a.plainLink:link, a.plainLink:visited {
	color: #035BAC;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: none;
}
a.plainLink:hover, a.plainLink:active {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}
*/
a.boldLink:link, a.boldLink:visited {
	font-weight: bold;
}
a.boldLink:hover, a.boldLink:active {
	font-weight: bold;
}


/* Tables */
/*
th {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: none;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
}
td {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: none;
	padding-right: 15px;
	padding-left: 5px;
}
*/
td.score {
	text-align: center;
}
span.boldText {
	font-weight: bold;
}


