@charset "utf-8";
/* CSS Document */
#printHeader h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	color: #039;
}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin: 10px 0;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #039;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #039;
}
#mainContent h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #039;
}
#mainContent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #993500;
}
#mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #993500;
}
#mainContent .payment {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	margin: 10px 0;
	padding: 0 30px;
	font-style: italic;
}

#mainContent ol, #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
#mainContent ol ol, #mainContent ul ul {
	font-size: 12pt;
}
#mainContent dl {
	padding: -20px 0;
}
#mainContent dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #993500;
	font-weight: bold;
	padding-left: 30px;
	text-indent: -30px
}
#mainContent dd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	padding: 0 0 10px 0;
}
#footer p {
	font-size: 8pt;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer #img_caption {
	font-size: 12pt;
	color: #993500;
	font-weight: bold;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clearfloat {
	clear: both;
}
hr {
	width: 90%;
	margin: auto;
}