body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 80%;
	background-color: #CCCC33;
	text-align: left;
}

.pagetitle {
	font-size: 150%;
	font-weight: bold;
	color: #CCCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/Header5.jpg);
}
.pgfoot {
	background-image: url(images/footer.jpg);
}
.photoArrow {
	display: none;
	width: 10em;
	padding: 0.1em;
	text-align: center;
	color: #003300;
	background-color: #CCCC33;
	border: 1px solid #FFCC00;
	cursor: pointer;
}
.photoPrevActive {
 display: block;
 float: left;
}
.photoNextActive {
 display: block;
 float: right;
}

/*
 The list is shrunk down, with only the active item displayed.
 A cool alternative to this is to display the list with "overflow: auto" to
 the side of your photos, as the script allows you to click items to jump to them!
 You could have a list of thumbnails, linking to the full-size images, and use
 photoItemActive to put a border/background around the active image...
*/

.photoListActive {
 margin: 0 0 1em 0;
 padding: 0em 6em;
 text-align: center;
 list-style:none;
 overflow: auto;
}
.photoListActive li {
 margin: 0;
 padding: 0;
 color: #fff;
 display: none;
}
.photoListActive li.photoItemActive {
 display: block;
}
.photoListActive a {
 color: #34c;
}

/* It's a good idea to wrap your photos in an area the size of the largest photo */
.photoContainer {
	height: 525px;
}
/* OK, the photo area itself. Nothing too special here, a border and some padding. */
.photoArea {
 position: relative;
 visibility: hidden;
 margin: 0 auto 0 auto;
}
.photoAreaActive {
 visibility: visible;
 border: 1px solid #CCCC33;
 padding: 4px
 background: #000000;
}

/*
 The AutoPlay setup is complicated; the two styled spans are alternately hidden and
 shown depending on the script state. I also have a small loading message that is
 shown to the right.
*/

.photoAutoDisabled {
 display: none;
}
.photoAutoPlay, .photoAutoPause {
 display: none;
 width: 5em;
 padding: 0.1em;
 text-align: center;
 color: white;
 background-color: #581a1a;
 border: 1px solid #CCCC33;
 border-color: #8b1111 #8b1111 #8b1111 #8b1111;
 cursor: pointer;
}
.photoAutoPlay span, .photoAutoPause span {
	display: none;
	width: 5em; /* IE/Mac fix */
}
.photoAutoPlay .photoAutoPlayLabel {
 display: block;
}
.photoAutoPause .photoAutoPauseLabel {
 display: block;
}

.photoLoadMessage {
	float: right;
	visibility: hidden;
	font-style: italic;
	text-align: center;
	color: #CCCC33;
}
.detail_left_column {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #006600;
}
.centre_greentext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #006600;
	font-weight: bold;
}
.centre_redhighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF0000;
}
.detail_centre_column {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #006600;
	font-weight: bold;
}
.Logo {
	background-color: #FFFF66;
}
.detail_centre_col_light {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	color: #006600;
	font-weight: normal;
}
.conditions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	color: #006600;
	font-weight: normal;
}

