body {

	background-color: #1c1e82;
	background-image:url('background.png');
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;

}

table.logo { 
	width: 900px;
}

table.links_tbl {
	width: 900px;
	background-color:#2e3092;
	padding: 0px;
}


table.main_tbl {
	width: 900px;
	background-color: #2e3092;
	font-family: Tahoma;
	color: white;
	font-size: 13.0pt;
	padding: 10px;
	text-aliign: justify;
}

.field1 {
	width: 300px;
	height: 30px;
	border: 1px solid white;
	font-family: Tahoma;
	color: white;
	font-size: 95.0%;
	background-color: #2e3092;
}


.field2 {
	width: 300px;
	height: 100px;
	border: 1px solid white;
	font-family: Tahoma;
	color: white;
	font-size: 95.0%;
	background-color: #2e3092;
}

.submit {
	width: 100px;
	height: 30px;
	border: 1px solid white;
	font-family: Tahoma;
	color: white;
	font-size: 95.0%;
	background-color: #2e3092;
}

.submit:hover {
	width: 100px;
	height: 30px;
	border: 1px solid white;
	font-family: Tahoma;
	color: white;
	font-size: 95.0%;
	background-color: red;
}
td.form {
	width: 450px;
	border-right: 1px dotted white;
}

td.map {
	width: 450px;
}


.what {
	font-family: 15.0pt;
}

table.bottom_tbl {
	width: 900px;
	height: 75px;
	background-color: #2e3092;
	font-family: Tahoma;
	color: white;
	font-size: 13.0pt;
	text-align: center;
	border-top: 1px solid white;
}



td.logo {
	width: 450px;
	text-align: left;
}

td.info {
	width: 450px;
	text-align: right;
	padding-right: 10px;
	font-family: Tahoma;
	color: #2e3092;
	font-size: 13.0pt;
	
}

a.port:link {
	font-family: Tahoma;
	color: white;
	font-size: 16.0pt;
	text-decoration: none;
}

a.port:active {
	font-family: Tahoma;
	color: white;
	font-size: 16.0pt;
	text-decoration: none;
}

a.port:visited {
	font-family: Tahoma;
	color: white;
	font-size: 16.0pt;
	text-decoration: none;
}

a.port:hover {
	font-family: Tahoma;
	color: white;
	font-size: 16.0pt;
	text-decoration: underline;
}

