body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
body {
	background-color: #e85610;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/color.jpg);
	background-repeat: repeat;
}
a {
	color:#F63;
	font-weight:bold;
}
.headings {
	font-size:24px;
	line-height: 32px;
}
.sideheadings {
	font-size:18px;
	line-height: 22px;
}
.sidetexttitle {
	font-size:12px;
	line-height: 18px;
}
.sidetextsmall a:active, a:link, a:visited{
	color:#F33;
	text-decoration:none;
}
.sidetextsmall {
	font-size:11px;
	line-height: 16px;
	font-weight: bold;
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height: 18px;
}
.footertext a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
.footertext a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
.footertext a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
.whiteboxtextheadline {
	font-size:18px;
}
.whiteboxtex {
	font-size:12px;
	color:#999;
}
div.sheracing_top {
	background-image:url(img/10x10_gray.jpg);
	background-repeat:repeat;
	background-position:top;
} 
div.sheracing_eyes {
	background-image:url(img/btm_orange.jpg);
	background-position:top;
	height: 348px;
}
div.hp_banner {
	height: 430px;
}
div.innerpage_banner {
	height: 208px;
	background-repeat:no-repeat;
	background-color:#5d6268;
}
div.hp_banner_bar {
	height: 430px;
	background-image:url(img/overlapbar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	z-index: 9999;
}
div.hp_banner_holder {
	height: 430px;
}
div.inner_banner_holder {
	height: 208px;
}
div.featurebox {
	height: 203px;
	width: 294px;
}
div.whiteblockbox {
	width: 224px;
	height: 203px;
	background-color:#FFF;
}
div.social {
	width: 106px;
}
div.banneradspace {
}
div.content_background {
	background-image:url(img/content_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
div.contentholder{
	background-image:url(img/content_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
div.content_main {
	padding-left:30px;
	padding-bottom: 30px;
	padding-right: 30px;
}
div.tilebox {
	padding: 15px;
	background-image:url(img/10x10_gray.jpg);
	background-repeat:repeat;
    border-bottom: 4px solid;
	border-bottom-color:#F63;
}
div.floatingbox {
	width:650px;
	float:left;
	margin: 10px;
}
div.consent-banner {
	position: fixed;
	width: 100vw;
	bottom: 0;
	background-color: #ffffff;
	color: #666;
	z-index: 900;
    border-top: 1px solid #666;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.5);
}
div.consent-banner .consents {
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	justify-content: space-between;
	padding: .7rem 2rem;
	@media (min-width: 768px) {
		flex-direction: row;
	}
}
div.consent-banner .consents input[type="submit"] {
	display: flex;
	gap: .5rem;
	align-items: center;
	justify-content: center;
	background-color: #e85610;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding: .5rem 1.5rem;
	white-space: nowrap;
	cursor: pointer;
}

