@charset "utf-8";
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 19px;
	text-align: justify;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	line-height: 22px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}

a {
	color: #FF0000;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
}

.animate-fading {
	-webkit-animation: fading 7s infinite;
	animation: fading 7s infinite;
}

@-webkit-keyframes fading {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fading {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.tab-title.active>a, .tab-title>a:hover {
	color: #FF0000 !important;
}

.tab-title>a {
	color: #6a0300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 28px;
}

.tab-title:first-child {
	transform: translateY(-7px);
}

.tab-title {
	text-align: center;
	width: 123px;
	display: inline-block;
}

.tab-title:not(:first-child) {
	border-left: 1px dashed grey;
}

.tab-title-wrapper {
	padding: 10px 5px 5px 5px;
}