@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000000;
	background-image: url(images/coca_cola_background.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	margin-top: 0px;
}
.style1 {font-size: 9px}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.pageName {
	font-size: 16px;
	font-weight: bold;
}
.style4 {font-size: 14}
.style5 {
	font-size: x-large;
	font-weight: bold;
	text-align:center;
}

#mainTable {
	background:#5D7FFD;
}

#whiteTable {
	background:#FFF;
}

.whiteTableText {
	color:#000;
}

.whiteTableText a:link {
	color: #cc0000;
	text-decoration: none;
}
.whiteTableText a:visited {
	text-decoration: none;
	color: #cc0000;
}
.whiteTableText a:hover {
	text-decoration: underline;
	color: #cc0000;
}
.whiteTableText a:active {
	text-decoration: none;
	color: #cc0000;
}

#bottomImage {
	background-image:url(images/bottom-newport-image.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:511px;
	padding-top:10px;
	padding-right:20px;
}

#bottomBorder {
	background:#000;
	background-image:url(images/bottom-border.gif);
	background-repeat:repeat-x;
	height:10px;
}

#borderTop {
	border-top:dotted;
	border-top-color:#000;
	border-top-width:1px;
}

#scheduleTable {
	background-color:#000;
}

#scheduleWhiteRow {
	background-color:#FFF;
	color:#000;
}

#scheduleGrayRow {
	background-color:#CCC;
	color:#000;
}

#scheduleBlackRow {
	background-color:#000;
	color:#FFF;
}

#scheduleGoldRow {
	background-color:#FFCC00;
	color:#000;
}

.divisionHeading {
	font-size:14px;
	font-weight:bold;
}

.redText {
	color:red;
}
