body, table, tr, td, p, ul, li {
	color: black;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}
A {
 text-decoration: none;
 }
A:link {
 color: darkblue;
	FONT-WEIGHT: bold;
 }
A:visited {
 color: darkblue;
	FONT-WEIGHT: bold;
 }
A:active {
 color: darkgreen;
	FONT-WEIGHT: bold;
 }
A:hover {
 color: darkgreen;
	FONT-WEIGHT: bold;
 text-decoration: underline;
 }
HR {
	color: darkgreen;
}
H1 {
	font-size: 16pt;
	color: darkgreen;
}
H2 {
	font-size: 14pt;
	color: darkgreen;
}
H3 {
	font-size: 12pt;
	color: darkgreen;
}
H4 {
	font-size: 12pt;
	color: darkgreen;
}
.header-text {COLOR: darkgreen; FONT-SIZE: 16pt; FONT-WEIGHT: bold; font-family: Arial, Helvetica, sans-serif;}
.subheader-text {COLOR: #660000; FONT-SIZE: 14pt; FONT-WEIGHT: bold; font-family: Arial, Helvetica, sans-serif;}
.announcement-text {COLOR: #000066; FONT-SIZE: 12pt; FONT-WEIGHT: bold; font-family: Arial, Helvetica, sans-serif;}
.body-text {FONT-SIZE: 10pt; FONT-WEIGHT: normal; font-family: Arial, Helvetica, sans-serif;}
.footer-text {COLOR: darkgreen; FONT-SIZE: 8pt; FONT-WEIGHT: normal; font-family: Arial, Helvetica, sans-serif;}
.nav-text {
	COLOR: #000099;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.banner-table {
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: 0px;
}
.banner-menu {
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
}
.horiz-menu {
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	background-color: #FECBA6;
	padding: 3px;
}
.red-text {
	FONT-WEIGHT: bold;
	COLOR: #FF2D43;;
}
.muir-text {
	COLOR: brown;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.holiday-text {
	COLOR: green;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.table-th {
	background-color: #339966;
	color: white;
}
.table-th-cubs {
	background-color: #000099;
	color: yellow;
}
.table-th-blood {
	background-color: red;
	color: white;
}
.H2-cubs {
	font-size: 14pt;
	color: #000099;
}
