body {
	background-color: #ffffff; 
	background-attachment: fixed;
	color: #000000;
}

.innerField1 { 
	background-color:#80767E;
	color: #ffffff;
 }
	
.innerField2 { 
	background-color:#4A4248;
	color: #ffffff;
 }
 
.innerField3 { 
	background-color:#ffffff;
	color: #000000;
 }
 
 .innerField4 { 
	background-color:#000000;
 }

td {
	font-family:  verdana, "MS Sans Serif", verdana;
	font-size: 11px;
}

td.justified {
	align-text: justify;

}

div {
	font-family: verdana;
        font-size: 11px;
}

div.whiteText {
	color: #ffffff;
}

div.blackText {
	color: #000000;
}

div.contentHeader {
	color: #830010;
	font-size: 24px;
}

a:link { 
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}
