/* CSS Document */
<style>
A{text-decoration:none}

a:link { text-decoration: none; color:#484848; }
a:visited { text-decoration: none; color: #484848; }
a:active { text-decoration: none; color: #484848; }
a:hover{ text-decoration:underline; color: #003399; }
.nav {
	font: bold 12px/32px arial, helvetica, sans;
	cursor:hand;
	text-align: Center;
	display: block;
	height: 32px;
}
a.nav:link { background:#CF852E; height: 32px; text-decoration: none; color: #FFF; }
a.nav:visited { background:#CF852E; height: 32px; text-decoration: none; color: #FFF; }
a.nav:active { background:#CF852E; height: 32px; text-decoration: none; color: #FFF; }
a.nav:hover { background:#FFFFFF; height: 32px; text-decoration: none; color: #000; }

a.cruise:link { text-decoration: none; color: #FFF; }
a.cruise:visited { text-decoration: none; color: #FFF; }
a.cruise:active { text-decoration: none; color: #FFF; }
a.cruise:hover { text-decoration: underline; color: #000; }

 /* CODE FOR FOVTEST */
.fovnav { font: bold 12px/24px arial, helvetica, sans; width: 90px; cursor:hand; text-align: center; display: block; }
a.fovnav:link { background:#374198; height: 24px; text-decoration: none; color: #FFFFFF; vertical-align: middle; }
a.fovnav:visited { background:#374198; height: 24px; text-decoration: none; color: #FFFFFF; vertical-align: middle; }
a.fovfovnav:active { background:#374198; height: 24px; text-decoration: none; color: #FFFFFF; vertical-align: middle; }
a.fovnav:hover { background:#98B4D9; height: 24px; text-decoration: none; color: #FFFFFF;  vertical-align: middle; }



td
{
	font-family: Verdana;
	font-size:13px;
	font-weight:normal;
}
.smaller {
	font-size:11px;
}
.search-box {
	font-family: Tahoma;
	font-size: 10px;
	background: #2E95BE;
}
.search-background {
	background: #DDE9F8;
}
.cruise-box {
	font-family: Tahoma;
	font-size: 10px;
	background: 000000;
}
.cruise-background {
	background: #DDE9F8;
}
.condo-box { color: #FFFFFF; font: bold; font: bold 18px/30px arial, helvetica, sans;  background: 003399;}
div.righttext { padding: 10px 20px 20px 80px; color: #000066; font-size: 9px; text-align: justify; }
.bluebold { class="condo-box" }
.whitebold { color: #FFFFFF; font: bold; font: bold 18px/16px arial, helvetica, sans; }
.biggerbold { font-weight: bold; font-size: 15px; }
.tablehead { font-weight: bold;  color: #ffffff; font-size: 10px; background-color: #003399; }
.tablerow1 { background-color: #ffffff; font-size: 9px; }
.tablerow2 { background-color: #F9F9F0; font-size: 9px; }
.tablehead td { font-weight: bold;  color: #ffffff; font-size: 10px; }
.tablerow1 td { font-size: 9px; }
.tablerow2 td { font-size: 9px; }
</style>
