body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
* {
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color: #f37121;
}
img {
	display:block;
	border: none;
}
.header {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.body, .topMenu {
	text-align:left;
}
.bodyLeft {
	text-align:right;
	padding: 0px 10px 0px 0px;
}
.body {
	padding: 0px;
}
p, li, td, th, input, textarea {
	font-size: 10pt;
}
p {
	margin: 0px 0px 10px 0px;
	line-height: 150%;
}
blockquote p {
	font-size: 8pt;
	letter-spacing: 1px;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #8f8f8f;
}
h2 {
	font-size:8pt;
	font-weight: bold;
	text-transform:uppercase;
	margin: 10px 0px 0px 0px;
	color: #8f8f8f;
}
/*
body>.footer {
	position: fixed;
}
.footer {
	position: absolute; left: auto; right:auto; top: auto; bottom: 0px; width: 100%;
}
*/
input, select, textarea {
	/*border: 1px solid #555555;*/
}
.noBorder {
	border: 0;
}
.alertBackground {
	background-color:#FFCC99;
	/*border: 1px solid #555555;*/
}
.alertText {
	color:#FF3300;
}
.contactTitle {
	font-size: 8pt;
}
.contactEmail {
	font-size: 8pt;
}
.note {
	font-size: 75%;
	color:#666666
}
.body td {
	padding:0px 10px 10px 0px;
}
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	margin: 10px 50px 10px 50px;
}
blockquote:first-letter {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	font-size: 30pt;
	color: #f4b21d;
}
.signature {
	margin: 0px 50px 10px 50px;
}

p.breadcrumbs {
	color: #8f8f8f;
	font-size: 8pt;
}
p.breadcrumbs a {
	color: #f37121;
}
.illustration {
	font-size: 9px;
	color:#666666;
}
.illustration img {
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.infoBox {
	border: 1px solid #f4b21d;
	background-color: #fff6d2;
	padding: 5px;
	font-size: 11px;
	max-width: 200px;
}