body {
	background-image: url(images/site/blend.gif);
	background-repeat: repeat-y;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #D7C992;
	overflow-y: scroll;
}
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.bodytextcentre {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: centre;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #99CC00;
	text-align: center;
	vertical-align: center;
	line-height: 20px;
	text-decoration: none;
}
.red24centred{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.red40centred{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}
.black18centred {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.black24centred {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.black40centred {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;	
}
.black40centred_border {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
	margin: 3px;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.blue18 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.blue14 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.burgundy14 {
	color: #993300;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;	
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

