/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0.5em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   	margin-left: 1em;
}
a img, img a {
	border: none;
}

/* End Initial */
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	line-height: 150%;
	padding-bottom:20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
.enquiry {
	color: #E40079;
	text-decoration: none;
}
.top {
	color: #57B200;
	font-weight: bold;
}
.maintitle {
	font-weight: bold;
	color: #57B200;
	font-size: 180%;
	padding-top: 20px;
	display: block;
	padding-bottom: 0;
}
.subhead1 {
	color: #E40079;
	font-size: 140%;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}
.subhead2 {
	font-size: 140%;
}
a {
	color: #57B200;
	text-decoration: none;
}
a:hover {
	color: #E40079;
}
.dashed {
	margin: 0;
	padding: 0;
	height: 1px;
	border: none;
	background: none;
	background-image: url(../images/hor_dash.gif);
	background-repeat: repeat-x;
}
h4 {
	font-size: 100%;
	padding-left: 20px;
	margin-bottom: 0;
	color: #006600;
}
h5 {
	background-color: #E5E4CB;
	margin: 0;
	color: #006600;
	font-weight: bold;
	font-size: 100%;
	padding: 4px 10px;
}