@charset "UTF-8";
.bold {
	font-weight: bold;
	}
.bottomContainer {
	width: 850px;
	vertical-align: bottom;
	color: #000000;
	font-size: 70%;
	font-family: Helvetica, Arial, sans-serif;
	}
/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.tableTop {
	background-image: url(images/table_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.tableBottom {
	background-image: url(images/table_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tableRight {
	background-image: url(images/table_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.tableLeft {
	background-image: url(images/table_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.tableBg {
	background-color: #003399;
}
.row1BG {
	background-color: #4066b3;
}
.headers {
	font-family: "Comic Sans MS", "VAG Rounded BT", ;
	font-size: medium;
	color: #FFFFFF;
}
.data {
	font-family: "Comic Sans MS", "VAG Rounded BT", ;
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
}
.row2BG {
	background-color: #6685c2;
}
.row3BG {
	font-family: "Comic Sans MS", "VAG Rounded BT", ;
	font-size: small;
	background-color: #FFFFFF;
	color: #003399;
}
.highestScore {
	font-family: "Comic Sans MS","VAG Rounded BT" ;
	font-size: medium;
	color: #57270a;
	font-weight: normal;
}
.counter {
	font-family: "Comic Sans MS", "VAG Rounded BT",;
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
}
a.blackLink:link {color: #000000; font-weight: bold; }
a.blackLink:visited {color: #000000; font-weight: bold; }
a.blackLink:hover {text-decoration: underline; }
a.blackLink:active {text-decoration: underline; }