html {
	background-color: #ACF;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 8.25pt;
	width: 500px;
	background-color: white;
	padding: 20px;
	margin: 0px auto;
	border: 2px solid #69C;
	border-top: none;
	border-bottom: none;
}
h1, h2, h3, h4, p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-family: "trebuchet ms";
}
h1 { font-size: 12pt; }
h2 { font-size: 10pt; }
h3 { font-size: 9pt; }
h4 { font-size: 8.25pt; }
div.download {
	padding: 5px;
	margin: 2px 0px;
	background-color: #F0F7FF;
	padding: 8px;
	border-bottom: 1px solid #D5D5D3;

}
div.download p, p.previous {
	background-image: url('images/cd.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 2px 20px;
	margin: 0px;
}
div.download.zip p, p.previous.zip {
	background-image: url('images/compress.png');
}
div.download p a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
p.previous a {
	color: black;
	text-decoration: none;
}

table {
	width: 100%;
	margin: -1px;
}
table td, table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px;
	margin: 1px;
	text-align: left;
	vertical-align: top;	
}
table td {
	background-color: #F0F7FF;
	border-bottom-color: #D5D5D3;
}
table th {
	background-color: #E0EFF0;
	border-bottom-color: #C8CDDE;
}
table th, table th * {
	text-decoration: none;
}
table td p, table th p {
	padding: 0px;
	margin: 0px;
}
