@charset "ISO-8859-1";
.Titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #3F4B00;
	text-decoration: none;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #000;
	text-decoration: none;
	line-height: 30px;
}
.BoldBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
.BottomNavigationImage {
	background-image: url(images/bottom_01.jpg);
	background-repeat: no-repeat;
}
.bg_image {
	background-image: url(images/bg_decoration.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 511px;
	width: 100%;
}
.BottomNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.BottomNavigation:hover {
	color: #ab8d00;
}
