BODY
{
	BACKGROUND-COLOR: #F0F8FF;
	COLOR: black
}

BODY A 
{
	COLOR: Navy;	
	text-decoration : none;
}

BODY A:LINK, BODY A:VISITED 
{
	color : #483D8B;
}

BODY A:HOVER 
{
	text-decoration: underline;
}

.clsNewsHeadline
{
	font-size: larger;
	font-weight: bolder;
}

.clsH1
{
	BACKGROUND-IMAGE: url('images/ball.gif');
	BACKGROUND-POSITION: left top;
	BACKGROUND-REPEAT: no-repeat;
	BORDER-BOTTOM: medium double black;
	COLOR: Navy;
	CURSOR: hand;
	FONT-FAMILY: Verdana, San-Serif;
	FONT-SIZE: xx-large;
	FONT-WEIGHT: bolder
}

.clsH2
{
	BORDER-BOTTOM: black 1px;
	COLOR: Navy;
	FONT-FAMILY: Verdana, sans-serif;
	FONT-SIZE: large;
	FONT-WEIGHT: bolder;
	font-style : italic;
}

.clsNav
{
	BACKGROUND-COLOR: #FFF0F5;
	BORDER: 1px outset;
	COLOR: Navy;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: x-small;
	TEXT-DECORATION: none;
	height: 33px;
	cursor : hand;
	padding-right: 3px;
	white-space : nowrap;
}

.clsNavCur
{
	COLOR: Navy;
	FONT-FAMILY: Arial;
	FONT-SIZE: x-small;
	TEXT-DECORATION: none;
	height: 33px;
	cursor : hand;
	BACKGROUND-COLOR: #FFF0F5;
	BORDER: 1px inset;
	padding-right : 3px;
	white-space : nowrap;
}

.clsNavText
{
	COLOR: Navy;
	FONT-FAMILY: Arial;
	FONT-SIZE: x-small;
	text-indent : 5px;
	white-space : nowrap;
}

.clsContent
{
	FONT-FAMILY: Tahoma, Arial;
	PADDING: 5px;
	TEXT-ALIGN: left
}

.clsGameStatus
{
	font-weight: bolder;
	border : 2px dashed;
	padding : 10px;
	text-align : center;
	font-size : larger;
	}

.clsRecap
{
}

.clsRecap .clsHeadline
{
	BACKGROUND-COLOR: #E5E5E5;
	COLOR: red;
	FONT-SIZE: x-large;
	FONT-WEIGHT: bolder;
	TEXT-ALIGN: left;
	padding : 5px;
	border : thin dashed Navy;
}

.clsRecap .clsScore
{
	BACKGROUND-COLOR: gainsboro;
	COLOR: red;
	TEXT-ALIGN: left
}

.clsRecap .clsBody
{
	FONT-FAMILY: Garamond, Georgia, Arial, 'Courier New', Courier;
	TEXT-ALIGN: justify
}

.clsRecap .clsScore .clsGameWinner
{
	FONT-WEIGHT: bolder
}

.clsRecap .clsScore .clsGameLoser
{
}

LEGEND
{
	COLOR: Navy;
	FONT-SIZE: x-small;
	FONT-VARIANT: small-caps
}

DIV.clsPicCapBox
{
	BORDER: white thick solid
}

.clsRecap .clsPrecis	
{
	background-color: #FFF5EE;
	border:thin outset;
			color:menutext;
	font-size:x-small;
	font-family:verdana,arial;
			padding : 3px 5px 3px 5px;
}
DIV.clsUrgentBox 
{
	font-size:larger; 
	color:red; 
	background-color:yellow; 
	padding: 6px; 
	border:thin black solid;
	border-color : Red;
}