
.usssaMaster {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #0099FF 1px solid; 
	BORDER-TOP: #0099FF 1px solid; 
	BORDER-LEFT: #0099FF 1px solid; 
	BORDER-BOTTOM: #0099FF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}



.baseballBR {
	BACKGROUND-IMAGE: url('baseballBR.gif');
	width: 85px;
	height: 27px;
	background-repeat: no-repeat
}

/*  No Repeat Curve Next to Title Text */
.baseballTRepeat {
	BACKGROUND-IMAGE: url('baseballTRepeat.gif');
	background-repeat: repeat-x;
	padding-left: 3px

}
.baseballTR{
	BACKGROUND-IMAGE: url('baseballTR.gif');
	width: 85px;
	height: 27px;
	background-repeat: no-repeat
}

.baseballTitle {
	font-family:Verdana;
	font-weight:bold;
	font-size:x-small;
	color:white;
}

/*  Repeat Background for Top */
.baseballTRRepeat {
	BACKGROUND-IMAGE: url('baseballTRRepeat.gif');
	background-repeat: repeat-x
}

/*Menu Repeat - Bottom of Container */
.baseballBRepeat {
	BACKGROUND-IMAGE: url('baseballBRepeat.gif');
	background-repeat: repeat-x;
	height: 27px
}


