body,html {
	margin: 0px;
	padding: 0px;
	font: 11pt Georgia Verdana, Arial;
	background-image: url('backtile.jpg');
	color: #113b0a;
}

div.header {
	width: 780px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

div.maintext {
	width: 480px;
	margin: 0px;
	background-image: url('texttile.jpg');
	float: left;
	padding: 10px 22px;
	margin: 0px 0px 50px 0px;
}

div.sidetext {
	width: 215px;
	background-image: url('texttile.jpg');
	float: left;
	padding: 12px;
	font-size: 10pt;
	margin: 0px 0px 50px 17px;
}

h2.sidetext {
	border-top: solid 3px;
	border-bottom: dotted 2px;
	font-size: 13pt;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 20px 0px 0px 0px;
}

h2 {
	font-size: 15pt;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 20px 0px 0px 0px;
}

img {
	border-width: 0;
}

p {
	margin: 8px 0px;
	text-align: justify;
}

.strikethrough {
	text-decoration: line-through;
}

table {
	border-bottom: solid 2px;
	border-collapse:collapse;
}

td {
	vertical-align: top;
	text-align: justify;
	border-top: solid 2px;
}

td.time {
	white-space: nowrap;
	width: 25%;
}

A:link {text-decoration: underline; color: #6c1111;}
A:visited {text-decoration: underline; color: #6c1111;}
A:active {text-decoration: underline; color: #6c1111;}
A:hover {text-decoration: underline; color: #8c118c;}