@charset "iso-8859-7";
.table-border {
	border: thin solid #0066CC;
	background-color: #FFFFFF;
}
.photo-border {
	border: 3px double #0080FF;
}

body {
	background-attachment: fixed;
	background-image: url(images/sea2.jpg);
	background-repeat: no-repeat;
}
.bottomTD {
	background-color: #E8EFF0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0066CC;
	height: 15px;
}
.main-table {
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002953;
	text-decoration: none;
	line-height: 20px;
}
.text-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.td-up {
	background-image: url(images/line-up.png);
	background-repeat: no-repeat;
	background-position: right top;
}

