/* CSS Document */

.body_text {
	font-family: Helvetica;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 130%;
	font-weight: lighter;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D97630;
}
a:active {
	text-decoration: none;
	color: #D97630;
}
body {
	color: #FFFFFF;
}
.body_text_small {
	font-family: Helvetica;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 130%;
	font-weight: lighter;
	}
.body_text_small_orange {
	font-family: Helvetica;
	font-size: 80%;
	color: #D97630;
	line-height: 130%;
	font-weight: lighter;
	}
.body_text_orange {
	font-family: Helvetica;
	font-size: 90%;
	color: #D97630;
	line-height: 130%;
	font-weight: lighter;
	}
