
body {
	background-color: #FDFED0;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

font,th,td,p { font-family: "Pompeii Capitals", Verdana, Arial, Helvetica, sans-serif; }
a:link,a:visited { color: #6A3726; }
a:hover { text-decoration: none; color: #CC6633; }
a:active { text-decoration: none; color: #FDFED0; }
hr { height: 0px; border: solid #CC6633 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFE8; border: 2px #CC6633 solid; }

/* This is the line round the contact form */
.contactline	{ background-color: #FFFFFF; border: 2px #F5E05E solid; }

/* The largest text */
h1,h2	{ font-weight: bold; font-size: 22px; font-family: "Pompeii Capitals", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #6A3726; }

/* Form elements */
input,textarea, select {
	color : #CC6633;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #CC6633;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }
input.formbutton { color: FFFFFF; background-color: #CC6633; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

