body {
	font-family: "Bookman Old Style", "Times New Roman";
	font-size: small;
	color: #3c1e00;
	line-height: 150%;
}
table {
	background-repeat: no-repeat;
}
 h1 {
	font-size: x-large;
	color: #773C00;
	font-weight: normal;
	text-align: left;
	font-style: italic;
}
 h2 {
	font-size: large;
	color: #773C00;
	font-weight: normal;
	text-align: left;
}
 a:link {
	color: #4D81A6;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	font-weight: bold;
	color: #0053A7;
	text-decoration: none;
	}
a:active {
	font-weight: bold;
	color: #001D3C;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #0053A7;
	text-decoration: none;
	}
