span.redScore{
	font-size:44px;
	font-weight:bold;
	color:#CC0000;
}

span.greenScore{
	font-size:44px;
	font-weight:bold;
	color:#006600;
}

div.left{
	text-align:center;
	float:left;
	width:350px;
}

div.left h5, div.left h4{
	margin:0px;
}


div.left div.team1{
	float:left;
	width:175px;
}

div.left img{
	border:3px solid #CCCCCC;
	padding:1px;
	margin:10px;
}

div.left div.team2{
	float:right;
	border-left:3px solid #CCCCCC;
	width:170px;
}

/*  ------------right side divs for text------------------  */

div.right{
	float:right;
	width:300px;
	text-align:left;
}

div.right p{
	color:#666666;
	font-size:11.5px;
	line-height:1.5em;
	margin-left:5px;
}

table.score_box {
	width:670px;
	margin:0px 9px 0px 9px;
	border-collapse:collapse;
	border-color: #666666;
	font-size: 10pt;
}
table.score_box tr td {
	border-collapse:collapse;
	border-color: #666666;
}
table.score_box td.greenScore{
	font-size: 10pt;
	color:#006600;
	font-weight:bold;
}

table.score_box td.redScore{
	font-size: 10pt;
	color:#CC0000;
	font-weight:bold;
}