body {
	margin: 0;
	padding: 0;
	background-image: url(images/bluebg.gif);
	background-repeat: repeat-x;
	background-color:#0066a4;
}

.shadowRight {
	background-image: url(images/shadowRight.gif);
	background-repeat: repeat-y;
}

.border {
	background-color: #FFF;
}

.bgNavigation {
	background-image: url(images/bgNavigation.gif);
	background-repeat: repeat-x;
}

.bgWhite {
	background-color: #FFF;
}

.bgFirst {
	background-color: #00CCFF;
}

.bgSecond {
	background-color: #33CC33;
}

.bgSecondHotPink {
	background-color: #FF0066;
}

.bgThird {
	background-color: #FFFF00;
}

.bgThirdOrange {
	background-color: #FF9900;
}

.bgBlue {
	background-color: #3366FF;
}

.bgTableHeader {
	background-color:#666699;
}

.bgGame {
	background-color: #AAA;
}

.bgTime {
	background-color: #FF66CC;
}

.tableBorder {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-color: #000000;
}

.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #222;
}

.textNormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
}

.textNormalTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #CC0000;
	font-weight: bold;
}

.textNormalAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #009900;
	font-weight: bold;
}

.textNormalTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 18px;
}

.textNormalTableCoach {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 18px;
}

.textCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
}

.linkMainNav {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFCCCC;
	font-weight: bold;
}

a.linkMainNav:hover {
	color: #0066A4;
	text-decoration: none;
}

.linkBottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #0000FF;
	font-weight: bold;
}

a.linkBottomNav:hover {
	color: #CC0000;
	text-decoration: none;
}

.linkSideNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #0000FF;
	font-weight: bold;
}

a.linkSideNav:hover {
	color: #CC0000;
	text-decoration: none;
}

.linkNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #0000FF;
}

a.linkNormal:hover {
	color: #222;
	text-decoration: none;
}

