body {
	font-family:	Arial, sans-serif;
	font-size: 10pt;
	background-color: rgb(248,248,255);
	color: rgb(0,0,128);
	margin: 0;
}

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

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

.heading {
	background-color: rgb(200,200,240);
	text-align: center;
	border: solid 1px rgb(25,25,120);
	margin: 5px;
	padding-bottom: 5px;
}

a {
	color: rgb(25,25,120);
}

a:hover {
	color: rgb(50,50,220);
	text-decoration: none;
}

.content {
	padding: 10px;
}

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

.imageRight {
	float: right;
	background-color: rgb(200,200,240);
	border: solid 1px rgb(25,25,120);
	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: 400px;
	margin: 0 auto;
}

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

table.ratesTable th {
	color: rgb(25,25,120);
	background-color: rgb(215,215,250);
}
