body, HTML {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	color:#333;
}

p {
	padding: 0px 0px 10px 0px;
	margin:0px;
}

a {
	color: #0083a9;
	text-decoration:none;
}

a:hover {
	color: #0083a9;
}

H1 {
	font-size: 1.6em;
	line-height: 1.9em;
	padding: 0px 0px 5px 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #f89828;
}
H2 {
	font-size: 1.2em;
	color: #f89828;
	line-height: 1.3em;
	padding-bottom: 5px;
	text-align: left;
	margin: 13px 0px 3px 0px;
	font-weight: normal;	
}

H3 {
	font-size: 1.2em;
	color: #333333;
	line-height: 1.4em;
	padding: 0px;
	border-bottom: none;
	text-align: left;
	font-weight: normal;
	margin: 8px 0px 5px 0px;
}


.heading {
	font-size: 15px;
}
.error {
	color:#FF0000;
}
.gold {
	color:#c5b176;
	}
	

ul {
	margin:0px 0px 20px 0px;	
}

.block {
	width: 604px;
	padding: 15px;
	background-image: url(images/background_block.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.smaller {
	font-size: .9em;
	line-height: .7em;
}