@charset "utf-8";
/* CSS Document */
.body	{
		background-repeat: no-repeat;
		background-size: auto 100%;   
		background-position:top;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0%;
		margin-right: 0%;
		line-height: 90%;
		text-align: left;
		overflow-x: hidden;
}


h1		{
		font-family:Verdana, Geneva, sans-serif;
		color: #999;
		font-size: 15px;
		line-height: 100%
}

h2		{
		font-family:Verdana, Geneva, sans-serif;
		color: #FFF;
		font-size: 5vh;
		line-height: 90%
}

h3		{
		font-family:Verdana, Geneva, sans-serif;
		color: #999;
		/*font-size: 30px;*/
		line-height: 1.2;
		font-size: 2vh 1.3em;
}

h4		{
		font-family:Verdana, Geneva, sans-serif;
		color: #999;
		/*font-size: 30px;*/
		line-height: 1.2;
		font-size: 3vh 1.5em;
}

h5		{
		font-family:Verdana, Geneva, sans-serif;
		color: #999;
		/*font-size: 30px;*/
		line-height: 1em;
		font-size: 2vh 1.3em;
}


a[href^="mailto:"] {
		font-family:Verdana, Geneva, sans-serif;
		color: #999;
		/*font-size: 30px;*/
		line-height: 1.2;
		font-size: 3vh 1.5em;
}

.bodydiv {
		text-align: center;
		margin-left: 20%;
		margin-right: 20%;
		width: 60%;
		height: 100%;
		border: #FFF thin solid;
		background-color: rgba(255, 255, 255, 0.75);  
}

.textdiv {
		position:relative;
		margin-top: 10%;
		max-height: 100%;
		overflow: hidden;
}

.contactdiv {
		position:relative;
		margin-top: 10px;
		max-height: 100%;
		overflow: hidden;
}

.portdiv {
	
}

.logodiv {
	
}

.logotable {
	/*background-color:#FFF;*/
	width: 100%;
	margin-top: 5%;
}

.logotd {
	width: 300px;
}

.spacetd {
	height: 10%;
}
/* CSS Document */