body {
	background-image: url(/images/pagepaper.jpg);
}
table.pagetop {
	background-color: #f5f5ff;
	width: 100%;
	height: 60px;
	border: 5px solid;
	border-top-color: #0000bb;
	border-right-color: #dfdfff;
	border-bottom-color: #dfdfff;
	border-left-color: #0000bb;
}
.title {
	margin-left: 1cm;
	font-size:large;
	font-weight:bold;
}

.pagebottom {
	margin-left: 1cm;
}

table.lightbox {
	background-color: #f5f5ff;
	width: 100%;
	height: 60px;
	border: 5px solid;
	border-color: #dfdfff;
}
td.triplebox {
	background-color: #f5f5ff;
	width: 33%;
	border: 5px solid;
	border-color: #dfdfff;
}
.boxtitle {
	text-align: center;
	vertical-align: top;
	font-size: medium;
	font-weight: bold;
	text-decoration:underline;
}
.boxlist {
	text-align: center;
	font-size: small;
}
.boxpara {
	text-align: left;
	font-size: small;
	margin-left: 1.5cm;
	margin-right: 1cm;
}
