@charset "UTF-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
img{ border: none; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;

}
.maincontainer_home {
	height: 500px;
	width: 900px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background_home.jpg);
	background-repeat: no-repeat;
}
.leftside {
	float: left;
	width: 403px;
	background-color: #000000;
	padding-top: 5.7em;
}
.middle {
	background-color: #000000;
	height: 33px;
	width: 249px;
	float: left;
}
.rightside {
	background-color: #000000;
	float: right;
	width: 248px;
	padding-top: 2.95em;
}
.maincontainer_port {
	height: 500px;
	width: 900px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background_port.jpg);
	background-repeat: no-repeat;
}
.rightsidetextbox {
	float: right;
	width: 228px;
	clear: right;
	position: relative;
	top: 2.1em;
	line-height: 2em;
	font-size: 0.65em;
	margin-right: 0.9em;
}
.rightsidetextboxport {
	float: right;
	width: 228px;
	clear: right;
	position: relative;
	top: 2.1em;
	line-height: 1.8em;
	font-size: 0.59em;
	margin-right: 0.9em;
}

