body, HTML {
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}
H1 {
	font-size: 1.6em;
	color: #66c4ed;
	line-height: 1.5em;
	text-align: left;
	margin: 0px 0px 8px 0px;
	font-weight: normal;	
}
H2 {
	font-size: 1em;
	color: #66c4ed;
	line-height: 1.1em;
	text-align: left;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
	text-transform:uppercase;	
}


H3 {
	font-size: 1.2em;
	color: #66c4ed;
	line-height: 1.4em;
	text-align: left;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
	text-transform:uppercase;	
}

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;	
}


.heading {
	font-size: 15px;
}
.error {
	color:#FF0000;
}
.gold {
	color:#c5b176;
	}
	
	
p {
	margin:0px;
	padding:0px;
	
}

.gradientBlock {
	background-image: url(../images/background_gradient.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding:5px 15px 15px 15px;
	margin-bottom:15px;
}
.tableheader {
	font-size: .9em;
	display:block;
	float:left;
	width: 100px;
	margin-bottom: 5px;
}
.tablecell {
	float:left;
	width: 300px;
	margin-bottom: 5px;
}
.tableheaderlarge {
	font-size: .9em;
	display:block;
	float:left;
	width: 170px;
	margin-bottom: 5px;
}
.tablecellsmall {
	float:left;
	width: 200px;
	margin-bottom: 5px;
}