/* ------------STRUCTURE----------- */
body 
{
	margin-left: 0px;
	margin-right: 0px;
	content: 0px;
	border-spacing: 0px;
	background-image: url(../_image/back.jpg);


}


.maintable 
{
	border: 1.5px solid #265D00;
	width: 700px;
	height: 555px;
	border-spacing: 0px;
	margin-left: auto;
    margin-right: auto;
}

.iframe 
{
	width: 670px;
	padding: 0px;
	vertical-align:top;
	border: 0px;
	height: 400px;

}
.iframeleft
{
	width: 90px;
	padding: 0px;
	vertical-align:top;
	border: 0px;
	height: 400px;
	background-color: #5ACF00;
	
}
/* ------------INTRO----------- */
h1
{
	color: #FFFFFF;
	font-size: 20px;
	margin-left: auto;
    margin-right: auto;
	}
	
.bordertable
{
	background-color: 5ACB00;
	
}

.introtable
{
	margin-left: auto;
    margin-right: auto;
	
}
.textintro 
{
	font-family: Tahoma;
	font-size: 11px;
	width: 335px;
	color: #FFFFFF;
	vertical-align:text-top;
	text-align:justify;
}
.skipintro 
{
	font-family: Tahoma;
	font-size: 11px;
	width: 335px;
	color: #FFFFFF;
	vertical-align:text-top;
	text-align:center;
}
/* ------------Links----------- */
a 
{
	background-color: transparent;
	font-style: normal;
	color: #106308;
	text-decoration: none;
}

a:visited 
{
	background-color: transparent;
	font-style: normal;
	color: #106308
}

a:hover 
{
	background-color: transparent;
	font-style: normal;
	color: #5BC901;
}
