/* HTML */

html, body {
	height: 100%;
	background-image: url(../images/starsglow.gif);
	background-position: left top;
	background-repeat: repeat;
	background-color: #FFF6D3;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	color: #8B8BE7;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #640603;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #640603;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #640603;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #395791;
	}

h5 {
	font-size: 10px;
	font-weight: bold;
	color: #640603;
	}

ul {
	list-style: disc;
	display: block;
	margin: 5px 5px 0px 15px;
	padding: 0px;
	}

li {
	margin: 2px 2px 2px 2px;
	padding: 0px;
	}


/* ID's */

#pageParameter {
	text-align: center;
}

#contentWindow {
	width: 700px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding: 0px;
	height: 97%;
}

div#itinerary {margin: 0px; display: none;}

div#cancellation {margin: 0px; display: none;}


/* CLASSES */
.text {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8B8BE7;
	}
.sidebar_image {
	float: right;
	padding: 0px;
	margin: 0px;
	}
.rolling_text {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00FFFF;
	}

.bold_yellow {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
	}

.bold_pink {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0066;
	}

.bigger_bold_pink {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0066;
	}

.bold_purple {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #66CCFF;
	}

a.bold_purple {
	text-decoration: underline;
	color: #66CCFF;
	}

a.bold_purple:hover {
	text-decoration: underline;
	color: #00ffff;
	}

.bold_silver {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c7c7c7;
	}

.email_link {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	}

a.email_link {
	text-decoration: underline;
	color: #ffffff;
	}

a.email_link:hover {
	text-decoration: underline;
	color: #00FFFF;
	}

.small_text {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 135%;
	color: #66CCFF;
	}

.small_text_bold {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	color: #66CCFF;
	}


a.small_text_bold {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	text-decoration: underline;
	color: #66CCFF;
	}


a.small_text_bold:hover {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	text-decoration: underline;
	color: #ffff00;
	}
table.specials
{ font-family: Tahoma, Arial, Sans-serif;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}

table.specials TD{text-align: center;}
table.specials TD{vertical-align: middle;}

table.mainTable
{ font-family: Tahoma, Arial, Sans-serif;
font-weight: normal;
width:600px;
font-size: 14px;
color: #404040;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}

table.mainTable TD{text-align: center;}
table.mainTable TD{vertical-align: middle;}