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

.Navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 1px;
	padding-left: 20px;
	font-weight: bold;
}
.Navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f9cc67;
	word-spacing: 1px;
	padding-left: 20px;
	padding-bottom: 0px;
	text-decoration: none;
	line-height: 22px;
}
.FooterText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.FooterText:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.Subnavigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 10px;
	font-weight: bold;
	color: #f9cc67;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding-left: 35px;
	font-style: italic;
	list-style-position: inside;
	list-style-type: none;
}
.Subnavigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding-left: 35px;
}
.MainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.Links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #F8CB66;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.SubTitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.InstructionText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #666666;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
