body, HTML {
	font-size: .95em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #333333;
}
H1 {
	font-size: 1.4em;
	color: #6cb62a;
	line-height: 1.8em;
	padding-bottom: 5px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	font-weight: normal;	
}
H2 {
	font-size: 1em;
	color: #6cb62a;
	line-height: 1.3em;
	padding-bottom: 3px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	font-weight: normal;	
}
H3 {
	font-size: 1.1em;
	color: #6cb62a;
	line-height: 1.3em;
	padding-bottom: 3px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	font-weight: normal;	
}
H4 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 14px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	margin: 13px 0px 6px 0px;
	font-weight: bold;
	clear: both;	
}

.backgroundBlock {
	background-image: url(images/background_block.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:370px;
	padding:15px;
}
.backgroundBlockLarge {
	background-image: url(images/background_block_large.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:15px;
	width:620px;
}


.heading {
	font-size: 15px;
}
.error {
	color:#FF0000;
}
.gold {
	color:#c5b176;
	}
	
	
p {
	margin:0px;
	padding:0px;
}
.fieldheader {
	margin:10px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	font-size: .8em;
	text-transform:uppercase;
}
