BODY, P, BR {
	font-family: Times New Roman,Times,Garamond,Palatino,serif;
	font-size: 90%;
}

H1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 140%;
	padding: 0px;
	margin: 0px;
}

A {
	color: #324080;
	font-weight: bold;
	text-decoration: none;
}

.buttonBar {
	text-align: center;
}

.buttonBar A {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	width: 100%;
}

.buttonBar A IMG {
	border: 0px;
	vertical-align: middle;
}

.button_left {
	background-image: url(../images/cruise_button_topleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #324080;
}

.button_left_on {
	background-image: url(../images/cruise_button_topleft_over.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #F10028;
}

.button_left A:hover {
	background-image: url(../images/cruise_button_topleft_over.gif);
	background-color: #F10028;
	background-position: left top;
	background-repeat: no-repeat;
}

.button {
	background-color: #324080;
}

.button_on {
	background-color: #F10028;
}

.button A:hover {
	background-color: #F10028;
}

.button_right {
	background-image: url(../images/cruise_button_topright.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #324080;
}

.button_right_on {
	background-image: url(../images/cruise_button_topright_over.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #F10028;
}

.button_right A:hover {
	background-image: url(../images/cruise_button_topright_over.gif);
	background-color: #F10028;
	background-position: right top;
	background-repeat: no-repeat;
}

.mainText {
	line-height: 150%;
	padding: 25px;
	background-image: url(../images/cruise_mainText_background.gif);
}

.footer {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 70%;
	color: #888888;
	padding-top: 5px;
}

.footer A {
	text-decoration: none;
	color: #888888;
}

.footer A:hover {
	color: #847B28;
}