/* CSS Document */

h1 {
	font-family: Helvetica;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	font-family: Helvetica;
	font-size: 120%;
	color: #ffae00;
	font-weight: normal;
	margin-top: 0;
}
h3 {
	font-family: Helvetica;
	font-size: 100%;
	color: #ffae00;
	margin-top: 0;
}
h4 {
	font-family: Helvetica;
	font-size: 120%;
	color: #ffae00;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-family: Helvetica;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0;
}
.body_text {
	font-family: Helvetica;
	font-size: 100%;
	color: #FFFFFF;
	line-height: 130%;
	font-weight: lighter;
}
.body_text_medium {
	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;
}
a:hover {
	color: #D97630;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.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: #ffae00;
	line-height: 130%;
	font-weight: lighter;
	}
.body_text_orange_bold {
	font-family: Helvetica;
	font-size: 100%;
	color: #ffae00;
	line-height: 130%;
	font-weight: bold;
	}
.body_text_orange {
	font-family: Helvetica;
	font-size: 100%;
	color: #ffae00;
	line-height: 130%;
	font-weight: lighter;
	}
.body_text_orange_underline {
	font-family: Helvetica;
	font-size: 100%;
	color: #ffae00;
	line-height: 130%;
	font-weight: lighter;
	text-decoration: underline;
	}
.body_text_white_bold {
	font-family: Helvetica;
	font-size: 100%;
	color: #FFFFFF;
	line-height: 130%;
	font-weight: bold;
	}
body {
	background-image: url(Images/forest_background.jpg);
}
.body_text_green {
	font-family: Helvetica;
	font-size: 100%;
	color: #497F22;
	line-height: 130%;
	font-weight: lighter;
}
p {
	margin-top: 0;
}
.heading_red {
	font-family: Helvetica;
	font-size: 100%;
	color: #FF3333;
}

