body {
	background-color: #006633;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
}
a:link {
	color: #d2232a;
	text-decoration: none;

}
a:visited {
	color: #d2232a;
	text-decoration: none;

}
a:hover {
	color: #112369;
	text-decoration: none;

}
a:active {
	color: #d2232a;
	text-decoration: none;

}
p {

	color: #112369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header2 {
	color: d2232a;
	font-size: 18px;
	letter-spacing: 0.025px;
}
.header1 {
	color: #d2232a;
	font-size: 30px;
	text-align: right;
	letter-spacing: 0.025px;
}
.border {
	border: 1px solid #112369;
}
.header3 {
	color: d2232a;
	font-size: 12px;
	font-weight: bold;

}
#tickerDiv { 
	position:absolute; 
	left:15px; 
	top:0px; 
	width:525px;
	height:15px; 
	clip:rect(0px 525px 15px 0px);
}
#tickerText { 
	color: #b8292f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	valign: middle; 
	position:absolute; 
	left:0; 
	top:0; 
	height:15px;
}.background {
	border: 1px solid #112369;
	background-color: #7F9DFC;

}

