@charset "utf-8";

body {
	padding: 0px;
	margin: 20px 0px 20px 0px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	text-align: justify;
}

td {
}

h1 {
	color: #565656;
	background-color: #fff;
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Georgia, serif;
	font-weight: bold;
	margin-top: 0em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	font-size: 42px;
}

h2 {
	font-size: 18px;
	color: #565656;
	background-color: #fff;
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Georgia, serif;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1.5em;
	letter-spacing: 0.1em;
}

h3,h4,h5 {
	color: #999;
	background-color: #fff;
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 1em;
	letter-spacing: 0.75pt;
}

tt {
	color: #555;
	background-color: #fff;
	white-space: pre;
	font-size: 14px;
}

a {
	color: #0000cc;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #551a8b;
	background-color: #fff;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	background-color: #fff;
	text-decoration: none;
}

a:hover	{
	color: #999999;
	background-color: #fff;
	text-decoration: none;
}

.main {
	position: absolute;
	background: #fff;
	color: #333;
	margin-right: 15%;
	margin-left: 15%;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.block {
	border-top: 1.0px dotted #999;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 1.75em;
	margin-right: 2.75em;
	text-align: justify;
}

.innertext {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	text-align: justify;
}

.trailer {
	color: #aaa;
	background-color: #fff;
	margin-top: 1em;
	font-size: 14px;
	letter-spacing: 0.4em;
	text-align: center;
}

