body {
	background-position: 0% 0%;
	font-family: Arial;
	font-weight: normal;
	font-size: small;
	line-height: normal;
	color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
td
	{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	color: windowtext;
	font-size: small;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	text-align: general;
	vertical-align: bottom;
	white-space: nowrap;
}
.Arial-small-black {
	font-family: Arial;
	font-size: small;
	color: #000000;
}
.Arial-small-red-bold {
	color: red;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
.FFWPP-logo {
	border-style: solid;
	border-width: 0px;
	margin-top: 10px;
	color: #9495a5;
	margin-bottom: 10px;
}
.logo--Background {
	min-height: 35px;
	background: #9495a5;
	text-align: center;
	margin-top: 0px;
}
.navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	background: rgb(148, 149, 165);
	border-top: solid 0px #fff;
	border-bottom: solid 0px #fff;
  /*
  box-shadow:  0px -2px 3px -1px rgba(0, 0, 0, 1);
  */
}

.navigation li {
  float: left;
}

.navigation li:hover {
  background: #222;
}

.navigation li:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 0 0 5px;
}

.navigation li a {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}

.navigation li:hover > ul li:hover {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.navigation li li a:hover {
  background: #000;
}

.navigation ul li:last-child a:hover {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.Arial-xxsmall-black {
	font-family: Arial;
	font-size: xx-small;
	color: #000000;
}
