.team1 {color: #ff0000; font-weight: bold;}
.team2 {color: #444444; font-weight: bold; background-color: #bdedff;}
.team3 {color: #444444; font-weight: bold; background-color: #FDD017;}
.team4 {color: #347c17; font-weight: bold;}
.team5 {color: #999999; font-weight: bold; background-color: #ffffff;}
.team6 {color: #800080; font-weight: bold;}
.team7 {color: #666666; font-weight: bold; background-color: #FFFF00;}
.team8 {color: #F87217; font-weight: bold;}
.team9 {color: #0000ff; font-weight: bold;}

HTML {margin: 0; padding: 0;}
BODY {margin: 20px 40px; padding: 0;}
IMG {border: 0; vertical-align: middle;}

.outerFrame {
	padding: 10px 20px 30px 20px;
}

.mainContent {
	padding: 20px 30px;
}

.outerFrame h1 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	width: 100%;
}

.lastUpdate {
	font-size: 9px;
	font-weight: normal;
	color: #7c7c7c;
}

.siteFooter {
	float: right;
	display: inline;
	margin: 5px 0;
	font-size: 7pt;
}

UL.mainLinks {
	clear: both;
	padding-right: 30px;
	list-style-type: disc;
	text-align: center;
}
.mainLinks li {
	font-weight: bold;
	padding: 5px;
	display: inline;
}
.mainLinks a {
	text-decoration: none;
}
.mainLinks a:hover {
	text-decoration: underline;
	color: #000;
}

DIV.centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

TABLE.centered {
	margin-right: auto;
	margin-left: auto;
}

.infoBox {
	text-align: center;
}

.photocredit {
	font-size: 9px;
	color: #696969;
}
.photocredit a, .photocredit a:visited {
	color: #696969;
}
.photocredit a:hover {
	color: #000;
}

.announceBox {
	border: 1px black solid;
	background-color: white;
	padding: 10px 15px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.announceBox h3 {
	color: #8b0000;   /* darkred */
	font-size: 12px;
	margin: 0 0 7px 0;
}

TD.separator {
	background-color: black;
	width: 100%;
	padding: 0;
}

TD.requiredField {
	border-bottom: 1px solid purple;
	color: red;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
	margin-right: 0;
}
TD.helpField {
	border-bottom: 1px solid purple;
	border-right: 1px solid purple;
}
TD.normalField {
	border-bottom: 1px solid purple;
}

TABLE.summaryTable {
	border-top: 2px solid purple;
	border-right: 2px solid purple;
	border-left: 2px solid purple;
	border-bottom: 1px solid purple;
}

.summaryTable tr {
	border: 1px solid purple;
}
TD.summaryName {
	border-right: 1px solid purple;
	border-bottom: 1px solid purple;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
TD.summaryValue {
	border-bottom: 1px solid purple;
	padding: 5px 5px 5px 5px;
	color: #00008b;   /* darkblue */
}
