body {
	font-family:	Arial, sans-serif;
	font-size: 10pt;
	background-color: rgb(240,230,195);
	color: rgb(76,66,0);
	margin: 0;
}

h1, h3 {
	color: rgb(113,25,0);
}

h2 {
	color: rgb(113,25,0);
	font-variant: small-caps;
}

.heading {
	background-color: rgb(215,189,154);
	text-align: center;
	border: solid 1px rgb(113,25,0);
	margin: 5px;
	padding-bottom: 5px;
}

a {
	color: rgb(113,25,0);
}

a:hover {
	color: rgb(76,66,0);
	text-decoration: none;
}

.content {
	padding: 10px;
}

.imageLeft {
	float: left;
	background-color: rgb(215,189,154);
	border: solid 1px rgb(113,25,0);
	margin: 20px 10px;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
}

.imageRight {
	float: right;
	background-color: rgb(215,189,154);
	border: solid 1px rgb(113,25,0);
	margin: 20px 10px;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
}

.ieCenter {
	text-align: center;
}

table.ratesTable {
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
}

table.ratesTable th, table.ratesTable td {
	border: solid rgb(113,25,0) 1px;
}

table.ratesTable th {
	color: rgb(113,25,0);
	background-color: rgb(215,189,154);
}