@charset "iso-8859-1";
html {
	background-image: url(pageback.gif);
	margin: 0px;
	padding: 0px;
}

body, p, li, table, td, tr {
	font-family: 'Gill Sans MT', 'Helvetica', 'Arial', sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

a:link, a:visited, a:active {
	color: #000033;
	text-decoration: none;
	cursor: crosshair;
}

a:hover {
	color: #666699;
	font-weight: normal;
	text-decoration: line-through;
	cursor: crosshair;
}

h2 {
	font: bold 185% 'Helvetica', 'Arial', sans-serif;
	color: #000033;
	text-align: left;
	letter-spacing: 2px;
	border-bottom: 2px dashed #000033;
}

h3 {
	font: bold 155% 'Helvetica', 'Arial', sans-serif;
	color: #000033;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px dashed #000033;
}

option, select {
	font: 8pt 'Helvetica', 'Arial', sans-serif;
	color: #000033;
	border: 1px solid #000033;
	background-color: #ccccdd;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -298px;
	margin-bottom: 0px;
	top: 0px;
	z-index: 1;
	width: 596px;
	padding: 30px;
}

#top {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 596px;
	padding: 0px;
	background-image: url(back.jpg);
}

#content {
	position: relative;
	left: 0px;
	top: -100px;
	z-index: 3;
	width: 526px;
	padding: 35px;
}

#bottom {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 596px;
	height: 40px;
	padding: 0px;
}

.credit {
	font: 9px 'Helvetica', 'Arial', sans-serif;
	color: #333366;
	text-align: center;
	padding:30px;
}

.just {
	text-align: justify;
}

.cent {
	text-align: center;
}

.form {
	font: 8pt 'Helvetica', 'Arial', sans-serif;
	color: #000033;
	border: 1px solid #000033;
	background: transparent;
}

.button {
	font: 8pt 'Helvetica', 'Arial', sans-serif;
	color: #333333;
	border: 1px solid #000033;
	background: transparent;
}