@font-face {
	font-family: FF-Eureka-Sans-Pro-Light;
	src: url(font/SourceSansPro-Light.ttf);
}
body {
	margin-top: 0px;
}
.containermain {
	width: 980px;
}
.topcontainer {
	height: 150px;
	background-image: url(images/placeholder.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#toplogobar a {color: #dfdfdf !important;}
.headerstatement {
	margin-left: 400px;
	padding-top: 35px;
	font-family: Arial;
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
}
.menubar {
	height: 63px;
	background-image: url(images/V-CapSpashDesign_2x1.jpg);
}
.bodybox {
	width: 980px;
	height: 348px;
	background-image: url(images/splash-background.jpg);
}
.bodycontentcontainer {
	float: right;
	padding-top: 20px;
	width: 375px;
	padding-right: 70px;
}
.toptext {
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
}
.RedBackground {
	width: 220px;
	height: 68px;
	float: left;
}
.TFTFcontainer {
	width: 400px;
	height: 68px;
}
.TFTFlogo {
	width: 179px;
	height: 59px;
	float: left;
}
.TFTFText {
	margin-top: 21px;
	margin-right: 8px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.OIMPcontainer {
	width: 400px;
	height: 59px;
	padding-top: 20px;
}
.OIMPText {
	margin-top: 15px;
	margin-right: 8px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.OIMPlogo {
	width: 179px;
	height: 59px;
	float: left;
}
.secondarybodycontent {
	background-color: #000000;
}
.footer {
	height: 31px;
	/*background-image: url(images/V-CapSpashDesign_4x1.jpg);*/

	background: #000;
	width: 980px;
}
.menu {
	height: 20px;
	background-color: #000000;
	padding-top: 4px;
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	color: #FFFFFF;
}
.tableheader {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.TableStyle3 {
	font-family: Arial;
	font-size: 10px;
}
.TableStyle5 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.noUL {
	text-decoration: none;
}
A:hover {
	color: #0000CC;
}
A.menu:link {
	text-decoration: none;
	color: #FFFFFF
}
A.menu:visited {
	text-decoration: none;
	color: #FFFFFF
}
A.menu:hover, A.menu.active {
	text-decoration: none;
	color: #FF0000
}
h1 {
	font-family: Arial;
	font-size: 18px;
}
.h1color {
	font-family: Arial;
	font-size: 18pt;
	color: #254d74
}
h2 {
	font-family: Arial;
	font-size: 10pt;
}
ol {
	line-height: 150%;
	font-family: Arial;
	font-size: 10pt;
}
ul {
	line-height: 150%;
	font-family: Arial;
	font-size: 10pt;
}
table {
	line-height: 150%;
	font-family: Arial;
	font-size: 10pt;
}
p {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 150%;
	font-family: Arial;
	font-size: 10pt;
}
.white {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
.topcontainer {
	position: relative;
}
.topcontainer #text_show {
	position: absolute;
	right: 61px;
	color: #dfdfdf;
	bottom: 51px;
	height: 40px;
	width: 315px;
	font-size: 13px;
	transition: all 5s;
	text-align: left;
}
.topcontainer #text_show .common-text {
	display: block;
	font-size: 13px;
	opacity: 0;
	margin: 0;
	padding: 0;
	transition: all 5s;
	position: absolute;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	width: auto;
	cursor: pointer;
	font-weight: 600;
}
.topcontainer #text_show .common-text.activ {
	display: block;
	opacity: .8;
	transition: all 5s;
}
a.menu:hover span.extra_promi {
	color: #ffc46c;
}
span.extra_promi {
	font-size: 20px;
	color: rgb(51, 255, 51);
}
.span_arrow {
	text-decoration: none;
	padding: 10px 0px;
	padding-top: 15px;
	box-shadow: 0px 5px 8px 0px #999;
	border-radius: 3px;
	width: 175px;
	display: block;
	margin: 30px;
	font-size: 19px !important;
	color: #fff!important;
	background: rgb(29, 165, 29);
	border-bottom: 5px solid #149a14;
}
span.left_arrow {
	margin-right: 2px;
	transition: all 2s;
	animation-name: example;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
span.right_arrow {
	margin-left: 2px;
	transition: all 2s;
	animation-name: example2;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
 @keyframes example {
 0% {
 margin-right:2px;
}
 25% {
 margin-right:7px;
}
 50% {
 margin-right:12px;
}
 75% {
 margin-right:7px;
}
 100% {
 margin-right:2px;
}
}
 @keyframes example2 {
 0% {
 margin-left:2px;
}
 25% {
 margin-left:7px;
}
 50% {
 margin-left:12px;
}
 75% {
 margin-left:7px;
}
 100% {
 margin-left:2px;
}
}
.bodycontentcontainer_right {
	width: 380px;
	float: left;
	margin-left: 34px;
	border-radius: 25px 5px 5px 25px;
	margin-top: 5px;
}
.container_side_effect {
	position: relative;
	width: 100%;
}
.container_side_effect .fade_item {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 5s;
}
.common-text:first-child {
	opacity: .9;
}
#upClick2 {
	position: fixed;
	right: 9%;
	bottom: 10%;
	width: 50px;
	visibility: visible !important;
	background: #fff;
	border-radius: 50%;
}
#upClick2 img {
	width: 100%;
}
.topcontainer #text_show .firstchild#common_0, .container_side_effect .fade_item.first_item {
	opacity: .9;
}
.dis_inline {
	display: inline;
}
.dis_inline img {
	border-style: none;
}
.col_a {
	color: #FFCC00 !important;
}
.div_height {
	height: 10px;
}
img.menu_devider {
	margin-top: -5px;
	opacity: .6;
}
.menu ul {
	list-style: none;
	padding-left: 80px;
	width: 88%;
	float: left;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	padding: 2px;
	float: left;
}
.equel_padding {
	padding-left: 15px;
	padding-right: 15px;
}
