body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A1986;
	font-weight: bold;
}
.productcat {
	background-color: #0A1986;
	color: #C4AB5C;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5;
	padding-bottom: 5;
}
.itinerary {
	background-color: #0A1986;
	color: #C4AB5C;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8;
	padding-top: 5;
	padding-bottom: 5;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #C4AB5C;
	text-decoration: none;
}
a:active {
	color: #C4AB5C;
	text-decoration: none;
}
.copylinks:link {
	color: #C4AB5C;
	text-decoration: none;
}
.copylinks:visited {
	color: #C4AB5C;
	text-decoration: none;
}
.copylinks:hover {
	color: #C4AB5C;
	text-decoration: underline;
}
.copylinks:active {
	color: #C4AB5C;
	text-decoration: underline;
}
.copyright {
	color: #FFFFFF;
	font-size: 10px;
}
.admincontent{
	color: black;
	font-size : 9pt;
	font-family : Arial,Verdana,serif;
}