body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #990000;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-indent: 5px;
	background-color: #990000;
	border: 1px solid #666666;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #790000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
a.white:link {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	height: 100%;
	width: 100%;
	text-decoration: underline;
	background-position: center center;
}
a.white:visited {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}
a.white:hover {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
}
a.white:active {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	color: #AE4240;
}
.footer:link {
	color: #990000;
	text-decoration: underline;
}
.footer:visited {
	text-decoration: underline;
	color: #790000;
}
.footer:hover {
	text-decoration: underline;
	color: #FF0000;
}
.footer:active {
	text-decoration: underline;
	color: #FF0000;
}
.bold-red {
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	font-size: 14px;
}
.print-fine {
	font-size: 9px;
}
.print-large {
	font-size: 16px;
}
.print-fine-block {
	font-size: 9px;
	border: thin dashed #990000;
	width: 75%;
	margin-right: 5px;
	margin-left: 15px;
}
.left-bg {
	background-image: url(images/interface/left-microphone.gif);
	background-repeat: no-repeat;
}
.announce {
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #990000;
	border: thin dotted #990000;
	font-weight: bold;
	width: 75%;
	text-align: center;
	margin-right: 5px;
	margin-left: 15px;
}
h3 {
	color: #FFFFFF;
	filter: Glow(Color=#000000, Strength=10);
	cursor: auto;
	font-style: italic;
	text-indent: 10px;
}
