* {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	font-size: 12px;
	font-weight: normal;
}

div#contents {
	width: 400px;
	top: 10px;
	left: 10px;
	position: absolute;
}

span {
	visibility: hidden;
}

h1 {
	width: 400px;
	top: 0px;
	left: 0px;
	height: 78px;
	position: absolute;
}

p.print {
	width: 400px;
	top: 60px;
	left: 0px;
	position: absolute;
}

h2 {
	width: 400px;
	top: 78px;
	left: 0px;
	height: 390px;
	position: absolute;
}

li {
	list-style-type: none;
}

P.footer {
	width: 400px;
	height: 10px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	border-width: 1px 0px 0px 0px;
	text-decoration: none;
	border-top-style: solid;
	border-top-color: #666666;
	color: #666666;
	left: 10px;
	top: 550px;
}

p.footer a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

p.footer a:hover {
	color: #000080;
	text-decoration: underline;
}


