BODY {
	background: #0099CC;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	height: 100%;
	margin-bottom: 1px;
}

TABLE TD {
/*	border: 0px; */
	font-size: 11pt;
	line-height: 11pt;
	font-style: normal;
	word-spacing: normal;
	top: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: normal;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.deliverables {
 	border-style:thin;	
	border-color:#666666;	
	font-size: 11pt;
	line-height: 11pt;
	font-style: normal;
	word-spacing: normal;
	text-align: left;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: normal;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
P, BLOCKQUOTE {
	line-height: 130%;
}

UL, OL {
	line-height: 130%;
}

a{
	color: #666666;
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #ff9900;
	text-decoration: none;
}


SUP {
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 100%;
}



/* FOOTER */

.footertext {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}


/* CONTENT */

H1 {
	color: #0099CC;
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0px;
}

H2 {
	color: #0099CC;
	font-family: Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

H3 {
	color: #0099CC;
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 5px;
}

.breadcrumb {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 50px;
}

.content {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	height: 100%;
	text-align: left;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-align: left;
	vertical-align: top;
	height: 100%;
	}


.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	word-spacing: normal;
	margin: 0px;
	float: none;
	white-space: normal;
	vertical-align: top;
}

.byline {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 6px;
}

.dateline {
	color: #666666;
	font-size: 12px;
	font-family: Verdana;
}

.footline {
	font-family: Verdana;
	font-style: italic;
	margin-top: 16px;
}

/* TABLES */

.caption {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.captiontitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.h1heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099CC;
	font-size: 14px;
}
.siteheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin-top: -10px;
}


/*FLYOUT MENU */
.menu {
z-index:1000;
font-size:90%;
margin:0px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:140px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#fff;
	height:26px;
	background-color: #cccccc;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:139px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#cccccc; width:140px; w\idth:139px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#0099CC;}

.menu :hover > a {
color:#fff; 
background:#0099CC;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:140px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


.cruiseprogram td{
vertical-align:top;
text-align:center;
border-bottom-width:medium;
border-bottom-color:#CCCCCC;
border-bottom: solid 3px #CCCCCC;
margin-bottom:10px;
empty-cells:show;

}

.cruiseprogram th{
vertical-align:top;
text-align:center;
}

.deploy {
list-style-type:none;
	margin-top:0px;
	margin-left:5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	position:relative;
	background:#ffffff;
	background-color: #cccccc;

}

.left {
	float:left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	height: 100%;
	text-align: left;
}
.right {
	float:right;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	height: 100%;
	text-align: left;
}
.site_name{
	color: #0099CC;
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0px;
	font-color: #0099CC;
	text-align: left;
}
