@charset "utf-8";
.navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #F48221;
	display: block;
	padding: 8px;
	width: auto;
}

.navigation:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: auto;
}
.fssp-orange {
	color: #F48221;
}
.TAG_LOGO {
	background-color: #000;
	color: #CCC;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

}

.TAG_LOGO:hover {
	background-color: #000;
	color: #F48221;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

}
.Top_Banner {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	color: #CCC;
}
.body_text {
	background-color: #000;
	color: #CCC;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;

}