@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E7E7E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#head{
	width: 690px;
	height: 110px;
	background-image: url(../images/SANFL_SCOREBOARD_TITLE.gif);
	position: absolute;
}

#title{
	height: 20px;
	width: 690px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	top: 83px;
	position: absolute;
}

#main{
	width: 686px;
	background-color: #FFFFFF;
	border-color: #7D7E7E;
	border-style: solid;
	border-width: 1px;
	margin-left: 2px;
	font-size: 12px;
	position: absolute;
	top: 105px;
	padding: 10px;
	max-width: 664px;
}

.heading{
	color: #000099;
	font-weight: bold;
	font-size: 12px;
}

.heading2{
	color: #CB0303;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
}
