body, table, td {
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size:16px;
	color:#333333;
	letter-spacing:2px;
	font-weight:800;
}
h2 {
	font-size:16px;
	color:#339966;
	font-weight:bold;
}
.soldOut {
	color:#CC0000; font-weight:bold}
	
.bodyContent {
	font-size:12px;
	color:#333333;
	line-height:16px;
}
.bodyContent a:link {
	color:#339966;
	font-weight:bold;
}
.bodyContent a:visited {
	color:#999999;
	font-weight:bold;
}
.bodyContent a:hover {
	color:#ffcccc;
	font-weight:bold;
}
.footer {
	font-size:12px;
	color:#333333;
}
.footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color:#339966;
	text-decoration:underline;
}
.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.featuredTour {
	font-size:12px;
	color:#333333;
	line-height:normal;
	}
.featuredTour a:link {
	color:#339966;
	font-weight:bold;
}
.featuredTour a:visited {
	color:#999999;
	font-weight:bold;
}
.featuredTour a:hover {
	color:#999999;
	font-weight:bold;
}
.itinerary {border-bottom:1px dashed #339966;
}

.highlight { color:#CC6666; font-weight:bold; }

/* ----------------------------contact form---------------------------- */

fieldset {
	border:none;
	margin:15px;
	line-height:2em;
	overflow:hidden;
	}
	
label, label span {
	display:block;
	padding-bottom:.5em;
	}
	
label {
	float:left;
	width:450px;
	}
	
label span {
	float:left;
	display:block;
	text-align:right;
	width:75px;
	padding-right:1em;
	}
	
fieldset input, fieldset textarea {
	width: 225px;
	height:22px;
	border:1px solid #98cd99;
	padding:3px;
	}
	
fieldset input:hover, fieldset textarea:hover {
	background-color:#f7f7f7;
	}
	
fieldset input:focus, fieldset input:active, fieldset textarea:focus, fieldset textarea:active  {
	border:1px solid #fcc8cd;
	background-color:none;
	}
	
fieldset textarea {
	width:350px;
	height:60px;
	}

input#submit {
	margin-left:100px;
	margin-bottom:10px;
	}