@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 75%;
	line-height: 18px;
}
#layer1 {
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 100%;
}
#layer2 {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50px;	
}

#main {
	width: 900px;
	padding: 0 0px 0px 0px;
	background-color: #000000;
	font-size: 100%;
}
h1 {
	font-size: 230%;
	line-height: 30px;
	font-family: Impact, "Arial Black", Arial, sans-serif;
	font-weight: normal;
	display: block;
	border-bottom-color: #0E3444;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	color: #0E3444;
	letter-spacing: 3%;
	padding-top: 7px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Impact, "Arial Black", Arial, sans-serif;
	font-weight: normal;
}
.verdana4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none}
.verdana2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	text-decoration: none
}
.verdana3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 100%;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #197794;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #197794;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.style30 {font-family: Impact, "Arial Black", Arial, sans-serif;
	font-weight: normal;
}
td {
}

