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;
}

.formbox {padding:10px;  border:2px #410088 solid; position:relative; margin-bottom:25px; width:80%; margin:0 auto; background:#eeeeee; font-family:Arial, Helvetica, sans-serif;}
.formbox form {margin:0;}

.formbox label {width:160px; text-align:right;float:left; padding:10px 5px 0px 0px; font-size:0.8em }
.finput {margin-bottom:10px; padding:5px; background:#FFF; background:#ecdaff; border:1px #410088 solid;}
.finput input {height:22px;}
.finput input, .finput textarea {border:1px #666 solid; font-size:16px; font-weight:normal; height:30px; line-height:30px;padding:4px;font-family:Arial, Helvetica, sans-serif;}
.finput textarea {height:120px;  font-size:16px; width:386px; }
.finput img {vertical-align:bottom;}

.required{border:1px #410088 solid; background:#ffdbdb;}
.correct {border:1px #410088 solid; background:#ccdfe1;}
h3.error {background:#F00; border:1px #F00 dotted;  color:#FFF; text-align:center; font-size:0.9em; margin:0 auto; padding:10px;}
#send_button {width:300px; height:45px; }
#antispamcode {vertical-align:top; padding-left:15px;}

