body {
	background-color:#758AA4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 0px;
}

.orange_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9900;
	font-weight: bolder;
}
.orange_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;

}

.largewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #FFFFFF;

}
.smaller_white_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}