body {
	background-image: url(../images/background.jpg);
	background-color: #220600;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	color: #ffffff;
}

td {
	font-size: 10pt;
}

pre {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

hr {
	border: 0px;
	border-bottom: 1px solid #ffffff;
}

a {
	color: #CC5C00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #33A3FF;
	/*text-decoration: underline;*/
}

a.imgBorder img {
	border: 1px solid #CC5C00;
}

a.imgBorder:hover img {
	border: 1px solid #33A3FF;
}

.title {
	font-size: 24pt;
	font-weight: bold;
}

.sectionHeader {
	font-size: 14pt;
	font-weight: bold;
}

.subHeader {
	font-size: 10pt;
	font-weight: bold;
}

span.newSpan 
{
	font-size: 6pt;
	font-weight: bold;
	vertical-align: super;
	color: #CC5C00;
}