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

body {
	background-color: #58595B;
}

a:active { outline: none; }

a:focus { -moz-outline-style: none; }

#preload { display: none; }

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: #D6CDBE;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #D6CDBE;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	font-style:none;
}

a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	font-style:none;
}

a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	font-style:none;
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	font-style:italic;
}



#front_logo {
	position:absolute;
	left:19px;
	top:245px;
	width:286px;
	height:175px;
	border:none;
	z-index:1;
}

#logo_text {
	position:absolute;
	left:321px;
	top:339px;
	width:513px;
	height:21px;
	border:none;
	z-index:2;
}

.text1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
}
