@charset "UTF-8";

/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, ul, il {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

body {
	background-color: white;
}

p {
	color: white;
	text-align: justify;
	font-size: 12px;
	padding-right: 20px;
}

h1 {
	text-transform: uppercase;
	color: white;
	text-align: justify;
	font-size: 16px;
	padding-right: 20px;
}

h2 {
	text-transform: uppercase;
	color: white;
	text-align: justify;
	font-size: 14px;
	padding-right: 20px;
}

#Introduction {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -492px;
}

#mainTable01 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -492px;
	margin-top: -300px;
	z-index: 3;
	border: thin solid gray;
}

#WhiteSpace {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	margin-top: 206px;
	margin-left: 57px;
}

#WhiteSpace02 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	margin-top: 206px;
	margin-left: 90px;
}

#textZone01 {
	width: 320px;
	height: 250px;
	overflow: auto;
}

#textZone01 ul {
	color: white;
	list-style-type: disc;
	font-size: 14px;
	line-height: 25px;
}

#textZone01 a {
	color: white;
	text-decoration: none;
}

#textZone01 a:hover {
	color: silver;
}

#back {
	text-align: right;
}

#back a {
	color: white;
	text-decoration: none;
	padding-right: 20px;
}

#back a:hover {
	color: silver;
	text-transform: uppercase;
}