@charset "UTF-8";
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #669900;
}
.Subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #669900;
}
.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: normal;
	color: #000000;
}
.Subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: normal;
	color: #000000;
}
.SubtitleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
.Background {
	background-attachment: fixed;
	background-color: #c8c8c8;
	background-image: url(assets/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.Cell_Background_1 {
	background-image: url(assets/CellBackground-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.Cell_Background_2 {
	background-image: url(assets/CellBackground-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
