/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.5em;
	color: #5b1400;
}

body {
	background-color: #000000;
	margin-top: 0px;
}

p.stageText {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	color: #5b1400;
}

p.footer {
	color: #FFFFFF;
	font-size: 8pt;
	line-height: 1.2em;
	margin-top: 10px;
}

p.news {
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
}

#largeType {
	font-size: 18px;
	color: #78a22f;
}

h1 {
	font-size: 18px;
	color: #78a22f;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

#stageArea {
	background-image: url(images/stageBackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#stageTables {
	margin-left: 20px;
}

#rightCol {
	background-color: #b06c3f;
}

.date {
	font-style: italic;
	text-align: right;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}