﻿@charset "utf-8";
#header {
	visibility: hidden;
	position: absolute;
}
#text {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	visibility: visible;
}
#logo {
	visibility: hidden;
	position: relative;
}
#shadow {
	visibility: hidden;
	position: relative;
}
#footer {
	visibility: hidden;
	position: absolute;
	overflow: auto;
	z-index: auto;
}
#text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	line-height: normal;
}
#text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	line-height: normal;
	color: #000000;
}
#top {
	visibility: hidden;
}

a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
