@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #F4C431;
}
a:visited {
	text-decoration: none;
	color: #F4C431;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #F4C431;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #e7881c;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-right: 150px;
	padding-left: 50px;
	line-height: 18px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-right: 20px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 150px;
	padding-left: 50px;
	line-height: 18px;
	letter-spacing: 5px;
}
.subnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 50px;
	line-height: 4px;
}
.subnav a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.subnav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.subnav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #F4C431;
	text-decoration: none;
}
.subnav a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.chart {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.picture_right {
	margin-bottom: 10px;
	margin-left: 20px;
}

