/* Modified November 8, 2003 */
BODY {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
}
.rightCol {
	background: #ffcc00;
	padding: 15px 15px 15px 15px;
	color: #000099;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
a.rightCol:link {
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	color: #cc0000;
}
a.rightCol:visited {
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	color: #cc0000;
}
a.rightCol:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* This is used for all standard text in white space */
.myNormal {
	color: #000099;
	font-size: 11px;
	line-height: 1.4;
	padding: 6px 30px 6px 20px;
	font-family: Verdana, Arial, sans-serif;
}
a.myNormal:link {
	text-decoration: underline;
	padding: 6px 0px 6px 0px;
	color: #000099;
}
a.myNormal:visited {
	text-decoration: underline;
	padding: 6px 0px 6px 0px;
	color: #000099;
}
a.myNormal:hover {
	text-decoration: underline;
	color: #cc0033;
}

.tableheader {
	background: #cc0000;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

/* An Upadded text for use in tables such as the schedule and results table  */
.theResults {
	color: #000099; 
	font-size: 11px; 
	font-family: Verdana, Arial, sans-serif;
}
.theResults:link {
	color: #000099;
	text-decoration: underline;
}
.theResults:visited {
	color: #000099;
	text-decoration: underline;
}
.theResults:hover {
	color: #cc0033;
	text-decoration: underline;
}

.myTopicCenter
{
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 8px 30px 8px 30px;
	font-family: Arial, sans-serif;
}
/* These are the bold nav items in the red navigation side-bar */
.myNav {
 	display: block;
 	color: #cccccc;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Arial, sans-serif;
}
.myNav:link {
	color: #ffffff;
	text-decoration: none;
}
.myNav:visited {
	color: #ffffff;
	text-decoration: none;
}
.myNav:hover {
	color: #cccccc;
	text-decoration: underline;
}
.navInLine {
 	display: inline;
 	color: #000099;
	font-size: 11px;
	padding: 6px 0px 6px 20px;
	line-height: 1.4;
	font-family: Verdana, Arial, sans-serif;
}
a.navInLine:link {
	text-decoration: underline;
	color: #000099;
}
a.navInLine:visited {
	text-decoration: underline;
	color: #000099;
}
a.navInLine:hover {
	text-decoration: underline;
	color: #cc0033;
}
.myMono {
	color: #003399;
	font-size: 11px;
	font-family: Andale Mono, Courier New, monospace;
}

