@charset "UTF-8";

a:link {
	color:#036;
	text-decoration:none;
}

a:visited {
	color:#036;
	text-decoration:none;
}

a:hover {
	color:#F90;
	text-decoration:underline;
}

.centerText {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.HeaderPort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
}