.bgSA
{
	--background-image:	url(../images/bgSALogo.jpg);
	background-color:	#000011;
}
.hoverOff
{
	background-color:	#990000;
	color:			#FFFFFF;
	font-family:		Tahoma, Bookman Old Style, serif;
	font-weight:		bold;
	font-size:		11px;
	border: 			1px solid black;
	cursor:			pointer;
}
.hoverOn
{
	background-color:	#FFFFFF;
	color:			#990000;
	font-family:		Tahoma, Boookman Old Style, serif;
	font-weight:		bold;
	font-size:		11px;
	border: 			1px solid black;
	cursor:			pointer;
}
.titleRow
{
	background-color:	#000066;
	color:			#FFFFFF;
}
.teamsRow2
{
	background-color:	#C9C9C9;
}
.teamsCell
{
	border: 			1px solid #000066;
	font-family:		Bookman Old Style, Tahoma, serif;
	font-size:		14px;
	font-weight:		bold;
}
.divLabelOn
{
	display:			block;
	position:			relative;
	font-family:		"Times New Roman", Times, serif;
	font-size:		small;
	font-weight:		bold;
	color:			#000099;
}
.divLabelOff
{
	display:			none;
	position:			relative;
	font-family:		"Times New Roman", Times, serif;
	font-size:		small;
	font-weight:		bold;
	color:			#000099;
}
.mainMenuOff
{
	font-family:		georgia,"Times New Roman", Times, serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#FFFFFF;
	background-color:	#990000;
	width:				88px;
	text-align:			center;
	cursor:				pointer;
}
.mainMenuOn
{
	font-family:		georgia, "Times New Roman", Times, serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#000099;
	background-color:	#FFFFFF;
	width:				160px;
	text-align:			center;
	cursor:				pointer;
}
.mainMenuOff2
{
	font-family:		georgia, "Times New Roman", Times, serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#FFFFFF;
	background-color:	#000099;
	text-align:			center;
	cursor:				pointer;
	border:			2px dashed #990000; 
}
.mainMenuOn2
{
	font-family:		georgia, "Times New Roman", Times, serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#000099;
	background-color:	#FFFFFF;
	text-align:			center;
	cursor:				pointer;
	border:			2px dashed #990000; 
}
.marqueeTxt
{
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:		12px;
	font-weight:		bold;
	color:			#000066;
	border-width:		2px;
	border-color:		#990000;
	border-style:		solid;
}
.tableBordered
{
	border-radius:		10px;
	border-width:		1px 1px 1px 1px;
	border-style: 		solid solid solid solid;
	border-color: 		#000066 #000066 #000066 #000066;
}