body {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
H1 {
	font-size: 25px;
	color: #6fce26;
	line-height: 30px;
	padding-bottom: 5px;
	text-align: left;
	margin: 3px 0px 3px 0px;
	font-weight: normal;	
}
H2 {
	font-size: 18px;
	color: #6fce26;
	line-height: 25px;
	padding-bottom: 5px;
	text-align: left;
	margin: 3px 0px 3px 0px;
	font-weight: normal;	
}
H4 {
	font-size: 13px;
	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;	
}

H3 {
	font-size: 13px;
	color: #6fce26;
	line-height: 18px;
	padding: 0px;
	text-align: left;
	margin: 0px 0px 3px 0px;
	font-weight: bold;	
}


.heading {
	font-size: 15px;
}
.error {
	color:#FF0000;
}
.gold {
	color:#c5b176;
	}
	
	
p {
	margin:0px;
	padding:0px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

.green {
color: #6fce26;
}


.singleblock {
	width: 190px;
	background-image: url(images/background_block_single.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right: 8px;
	padding:10px;
	margin-top: 10px;
}
.doubleblock {
	width: 408px;
	background-image: url(images/background_block_double.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right: 10px;
	padding:10px;
}