body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.whitetext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.darkgrey11bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: 585858;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: 585858;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: 585858;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: 585858;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: 585858;
	text-decoration: underline;
}
.linkawm a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.linkawm a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.linkawm a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.linkawm a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.sideborder {
	border-right-style: dashed;
	border-right-color: 585858;
	border-right-width: 1px;
}
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
}
.linkbody a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
.linkbody a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
.linkbody a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: underline;
}
.linkbody a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: underline;
}
.darkgrey2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
}
.enquirylink a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}
.enquirylink a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}
.enquirylink a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
	text-decoration: underline;
}
.enquirylink a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
	text-decoration: underline;
}
.boxborder {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #585858;
}
.purpletext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #410088;
}
.test-verdana {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
}
.test-arial {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
}
.test-trebuchet {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #585858;
}
.test-courier {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
}
.test-verdana-bold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
}
.test-arial-bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
}
.test-trebuchet-bold {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #585858;
}
.test-courier-bold {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #585858;
}
.backwhite {
	background-color: #FFFFFF;
}
.metatext {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0px;
width: auto;
padding: 10px;
padding-bottom: 0px;
background: #018B96;
visibility: hidden;
z-index: 10;
cursor: pointer;
text-align: center;
font: 12px Arial;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Arial;
letter-spacing: 2px;
line-height: 1.1em;
color: #FFFFFF;
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;
}
