html {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0 10px;
}

h1 {
	font-size: 2.1em;
	font-family: "Times New Roman", Times, serif;
	color: #386083;
	margin: 3px 0 5px 0;
}
h2 {
	font-size: 1.9em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4688b8;
	border-bottom: 1px dotted;
	margin: 5px 0;
}
h3 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #386083;
	margin: 5px 0;
}
h4 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: 1px;
	background: #dac492;
	padding: 5px;
	margin: 5px 0;
}
h5 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

p, h6 {
	display: block;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

h6 { /* use this for first paragraph text */
	font-size: 1.2em;
	font-weight: normal;
}

table {
	border: 1px solid #ccc;
	border-collapse:collapse;
	margin: 10px 0px;
}
table td {
	padding: 2px 5px;
	vertical-align: top;
	font-size: .7em;
}
table tr.alt td {
	background: #eddebb; /* lighter: #f4edde;*/
}
table th {
	background: #dac492;
	text-align:center;
	font-size: .7em;
}
img.imgFloatL {
	float: left;
	margin: 5px 10px 5px 0px;
}
img.imgFloatR {
	float: right;
	margin: 5px 0 5px 10px;
}

.dividerline {
	display:block;
	clear: both;
	background: url("/img/line-dot-grey.gif") repeat-x center center;
	margin: 0;
	padding: 0px;
	height: 3px;
}


