body {
	background-image: url("images/background spider.jpg");
	background-repeat: no-repeat;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color:  #996633;
}

p.contact {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	color: white;
}

a {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color:  #996633;
}

a:hover {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color:  #996633;
}

a.rolloveroff {
	color: #FDFF65;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	vertical-align: top;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 2px;
	margin-left: 2px;
	height: 10px;
}

a.rolloveron, a.rolloveroff:hover, a.rolloveron:hover {
	color: #FDFF65;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	vertical-align: top;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none; 
	padding-left: 2px;
	margin-left: 2px;
	border-bottom-color: #FDFF65;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 10px;
}

p.footnote {
   border-top: 1px solid gray;
	font: 8 "MS Sans Serif", Geneva, sans-serif;
	color: gray;
	text-align: right;
}

td.formlabel {
	vertical-align: top;
	text-align: right;
	padding: 5px;
}

td.formfield {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

input.contact, textarea.contact {
	border: 1px solid #996633;
	color: #996633;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: white;
}

input.contact:focus, textarea.contact:focus {
	border: 1px solid #996633;
	color: #996633;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: #EDC9ED;
}

input.contactsend {
	border-top: 1px solid #996633;
	border-left: 1px solid #996633;
	border-right: 2px solid #996633;
	border-bottom: 2px solid #996633;
	color: #996633;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #E5CCFF;
}

div.maincontent {
	margin-left: 110px;
	width: 600px;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color:  #996633;
}

legend {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color:  #996633;
	padding: 5px;
}

fieldset
{
	border: 1px solid #996633;
	padding: 10px;
}

table {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color:  #996633;
}

input {
	border: 1px solid #996633;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color:  #996633;
}

input.formbutton {
	border: 1px solid #996633;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color:  #996633;
	vertical-align: middle;
}

p.whitetitle {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 14pt;
	color:  white;
}

tr.rowodd {
	background-color: #DFDFDF;
}

tr.roweven {
	background-color: #D4C1EA;
}

@media print {
	
div.screenonly {
	display: none;
}

}

@media screen {

div.screenonly {
	display: block;
}	

}

