#main {
	width: 600px;	
}
.text {
	padding-right: 30px;
}
h2 {
	text-align: center;
	border-top: 1px solid #E1F5F3;
	border-left: 0;
	border-right: 0;
}
#port_table {
	width: 550px;
	border-collapse: collapse;

}

.logoTable img {
	padding: 10px 10px 10px 0px;
	
}
#port_table td {
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

#port_index {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#port_index a:hover {
	text-decoration: none;	
}
.grayBorder {
	border: 8px solid #E6E6E6;
	margin: 20px 0;
}
.small {
	font-size: 90%;	
	color: #999;
}
