body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CAE1F1;
	margin: 0px;
}
.container {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 593px;
	width: 958px;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
}

a.itenerary:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

a.itenerary:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

a.itenerary:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-color: #603F30;
}

a.itenerary:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

a.offer:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-color: #FF0000;
}

a.offer:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-color: #FF0000;
}

a.offer:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-color: #000000;
}

a.offer:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-color: #FF0000;
}
.text_red {
	color: #FF0000;
}
.container_blank {
	background-repeat: no-repeat;
	height: 593px;
	width: 958px;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
	background-image: url(images/background_blank.jpg);

}
.text_fields_small {
	font-size: 12px;
}
.calculator {
	background-image: url(images/calc_icon_large.png);
	background-repeat: no-repeat;
	height: 235px;
	width: 174px;
}
