﻿body {
	background-color: #D9E1D9;
}
h1 {
	text-align: center;
	font-style: italic;
	font-weight: 400;
	font-family: Verdana;
	font-size: 270%;
	margin-bottom: 0;
}
.imageright {
	margin: 2px 0px 2px 5px;
	border-style: solid;
	border-width: 1px;
	float: right;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.btable {
	border-collapse: collapse;
	border: 2px black solid;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
}
.tcenter {
	text-align:center;
}