body{
	margin:0px;
	background-color:#CCCCCC;
}
.heading{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.text{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#FFFFFF;
}
.textbigger{
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	color:#FFFFFF;
}
.textbigger a{
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #FFCC00;
}
.text_underline{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	line-height:16px;
	text-decoration:underline;
	font-weight:normal;
	color:#FF3D00;
}
a.more{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
	color:#FF3D00;
}
a.more:hover{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
	color:#ffffff;
}		
.footerlocations {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #451416;
}

.footerlocations a{
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
.footerlocations a:hover{
	text-decoration: underline;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}