table {
	color: #333333;		/* dark text */
	font-size: 9pt;
	font-family: verdana, sans-serif;
	text-align: left;
	}
td {
	color: #333333;		/* dark text */
	font-size: 9pt;
	font-family: verdana, sans-serif;
	}

.PlainText {
	color: #333333;		/* dark text */
	font-size: 9pt;
	font-family: verdana, sans-serif;
	vertical-align: top;
	text-align: left;
	}
.SubHeader {
	color: #378070;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana, sans-serif;
	text-align: left;
	}
.Header {
	color: #dd2d00;		/* red text */
	font-size: 18pt;
	font-weight: bold;
	font-family: verdana, sans-serif;
	text-align: left;
	}

.FinePrintSize {
	font-size: 7pt;
	}
.SmallSize {
	font-size: 9pt;
	}
.NormalSize {
	font-size: 9pt;
	}
.SubHeaderSize {
	font-size: 12pt;
	}
.HeaderSize {
	font-size: 18pt;
	}

.BoldText {
	font-weight: bold;
	}
.ItalicText {
	font-style: italic;
	}

.AlignLeft {
	color: #333333;		/* dark text */
	text-align: left;
	font-family: verdana, sans-serif;
	}
.AlignCenter {
	color: #333333;		/* dark text */
	font-size: 9pt;
	text-align: center;
	font-family: verdana, sans-serif;
	}
.AlignRight {
	color: #333333;		/* dark text */
	font-size: 9pt;
	text-align: right;
	padding-right: 8px;
	font-family: verdana, sans-serif;
	}

.LightText {
	color: #f0f0f0;
	}
.DarkText {
	color: #333333;
	}
.LightBlueText {
	color: 4eb49e;
	}
.DarkBlueText {
	color: #0e2a42;
	}
.YellowText {
	color: #f0f048;
	}
.TerraCottaText {
	color: #b55019; 	/* copper text */
	}
.RedText {
	color: #b90e21;
	}
.AquaText {
	color: #378070;
	}

.TableCell {
	vertical-align: top;
	padding-bottom: 12px;
	text-align: left;
	}
.DateCell {
	vertical-align: top;
	padding-bottom: 12px;
	width: 50px;
	text-align: left;
	}
.PortraitCell {
	vertical-align: top;
	width: 68px;
	color: #666666;
	text-align: center;
	}

.sportsmenu {
	position: absolute;
	border: outset 2px #333333;
	background: #e5e9ec;
	padding: 4px 4px 3px 4px ;
	line-height: 140%;
	display: none;
	color: #0e2a42;
	}
.caption {
	text-align: center;
	font-size: 8pt;
	color: #ffffe0;
	padding: 8px;
	}
.headline {
	text-align: center;
	vertical-align: middle; 
	padding: 0px 8px 0px 8px;
	color: #9da2b5;
	font-weight: bold;
	}

.navbar:link {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	}
.navbar:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
.navbar:hover {
	color: #f0f048;
	font-weight: bold;
	text-decoration: none;
	}
.navbar:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

