html, body, form, fieldset {
	margin: 0;
	padding: 0;
	width: auto;
}

body {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.6;
	background-color:#FFFFFF;
}




/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #C9C0B7;
	height: 1px;
}

td, div {
	font-size: 90%;
}

.colouredraw {
background-color:#615627;
color:#FFFFFF;
}

.lightblue {
background-color:#994444;
color:#FFFFFF;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:small;
	line-height: 1.6;
}

input, select, textarea, .inputbox, .button {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 90%;
}

.inputbox {
	border: solid 1px;
	width:100%;
	padding: 2px;
	border-color:#CCCCCC;
}

.inputbox:hover {
	background-color:#FFFFcc;
	}

.inputbox2:hover {
	background-color:#FFFFcc;
	}

.inputbox3:hover {
	background-color:#FFFFcc;
	}

.inputbox:focus {
	background-color:#FFFFcc;
	}

.inputbox2:focus {
	background-color:#FFFFcc;
	}

.inputbox3:focus {
	background-color:#FFFFcc;
	}

.inputbox2 {
	border: solid 1px;
	width:100%;
	padding: 2px;
	text-align:center;
	border-color:#CCCCCC;
}

.inputbox3 {
	border: solid 1px;
	padding: 2px;
	text-align:center;
	border-color:#CCCCCC;	
}


.button-old {
	padding: 1px 8px;
	border: 1px solid #C9C0B7;
	background: url(../images/but-bg.gif) repeat-x center #D3D3CA;
	font-weight: bold;
	color: #695B4E;
}

.button {
	padding: 1px 8px;
	border: 1px solid;
	color:#00f;
	background-color:#ddd;
	font-weight: bold;
}



* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

.label {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:small;
	line-height: 1.6;
}

.labelbold {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	line-height: 1;
}

input.noimage {
	background-color: #6B702B;
	border: 8px solid #6B702B;
	color: #fff;
	padding: 14px;
	margin-left: 2px;
	margin-right: 5px;
	text-transform:uppercase;
	font-size:16px;
	}
	input.noimage:hover {
	background-color: #0cf;
	border: 8px solid #0cf;
	color: #000;
	padding: 14px;
	margin-left: 2px;
	margin-right:5px;
	text-transform:uppercase;
	font-size:16px;
	}