.books {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
}

.navigation {
	background-color: #FFFFCC;
	color: #000000;
	background-repeat: repeat;
	font: normal 10px/normal Georgia, "Times New Roman", Times, serif;
}

td.navigation :hover {
	background-color: #FFFF99;
	display: block;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	vertical-align: middle;
	text-align: center;
	float: none;
	height: 28px;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

td.navigation :link {
	color:#000000;
	text-decoration: none;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

td.navigation :visited {
	color:#000000;
	text-decoration: none;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

td.navigation :active {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: left center;
}

.maintextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666
}

.maintextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF
}

.maintextgreen {
	color: #006600;
	font: 900 normal 14px/normal Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.booktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

.booktextwhite {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.booktextgrey {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #F00;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.changetablecell {
	background-color: #A5A5DB;

}
h1 {
	display: inline;
	font: normal 24pt/normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}
 
h2 {
	display: inline;
	font-weight: bold;
	font: 18pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h2.center {
	display: block;
	font: 900 24px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
}

h2.grey {
	display: inline;
	font-weight: bold;
	font: 18pt Arial, Helvetica, sans-serif;
	color: #666666;
}

h3 {
	display: inline;
	font: 900 16px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #666666;
}

h3.center {
	display: block;
	font: 900 16px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #666666;
	text-align: center;
}

h3.black {
	display: inline;
	font: 900 16px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
	left: auto;
	text-decoration: underline;
}

h4 {
	display: table;
	font-weight: bold;
	font: 14px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}

h4.grey {
	display: inline;
	font-weight: bold;
	font: 14px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
	text-align: left;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.btn {
	background-color: #0099CC;
	padding: 0px;
	color: #FFFFFF;
	margin: 0px;
	border: 1px solid #000000;
	cursor:hand;



	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#0099CC',EndColorStr='#20C8FF');			top: auto;
	width: 130px;
	height: 40px;
	clear: none;
	float: none;
	font: normal 10px Arial, Helvetica, sans-serif;
}
.panelgradient {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#0099CC',EndColorStr='#20C8FF');
}
.yellow {
	background-color: #FFFF00;
	font-weight: bold;
	color: #000000;
}
.attractionsgradient {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#0099CC',EndColorStr='#20C8FF');
}
