@charset "UTF-8";

/* default tags */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	background: #e2e2e2;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:24px;
	font-size:10px;
}

/* default links */

a {
	text-decoration:none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:active {
	color:#4D75A0;
}

a:hover {
	color:#4D75A0;
}

a.sel {
	color:#4D75A0;
}

/* */

#splash{
	position:absolute;
	width: 600px;
	height: 345px;
}

/*
#splash{
	position:absolute;
	width: 600px;
	height: 690px;
}
*/

#display{
	position:absolute;
	width: 980px;
	height: 690px;
}

#display #left{
	float:left;
	width:190px;
}

#display #center{
	float:left;
	width:600px;
}

#display #center #content{
	width:600px;
	height:600px;
	background: #ffffff;
}

#display #center #content #data{
	position:relative;
	float:left;
	margin: 48px 0px 48px 0px;
	padding: 0px 0px 0px 0px;
	width:552px;
	height:504px;
	overflow:hidden;
	line-height: 24px;
}

#data #loader{
	margin: 0px 60px 10px 60px;
}

#data h1{
	margin: 30px 60px 10px 60px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4D75A0;
}

#data h1 span{
	color: #000000;
}

#data h1.top{
	margin: 0px 60px 10px 60px;
}

#data h2{
	margin: 10px 60px 10px 120px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}

#data h3{
	margin: 10px 60px 15px 120px;
	padding: 0px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#4D75A0;
}

#data h3 a{
	color:#4D75A0;
}

#data .red {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#data h4{
	margin: 10px 60px 10px 120px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#4D75A0;
	text-transform: uppercase;
}

#data h5{
	margin: 10px 60px 10px 120px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4D75A0;
}

#data p{
	margin: 0px 60px 0px 120px;
	padding: 0px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	letter-spacing: normal;
}

#data p span{
	float:left;
	display: block;
	width: 60px;
}

#data p span.break{
	float:left;
	display: block;
	width: 60px;
	padding-top: 10px;
}

#data div.set{
	margin: 10px 60px 0px 60px;
	padding: 0px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

#data div.set div.left{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 270px;
	letter-spacing: normal;
}

.left ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.left ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.left ul li ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.left ul li ul li{
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
}

#data div.set div.right{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 90px;
	font-weight:normal;
	letter-spacing: normal;
}

#display #center #content #scroll{
	position:relative;
	float:left;
	width:48px;
	height:600px;
}

#display #center #content #scroll #up, #display #scroll #down{
	width:24px;
	height:24px;
}

#display #center #content #scroll #up{
	position:absolute;
	bottom: 48px;
}

#display #center #content #scroll #down{
	position:absolute;
	bottom: 24px;
}

#up a{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/upBTN.gif) 0px 0px no-repeat;
}

#down a{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/downBTN.gif) top left no-repeat;
}

#up a:link, #down a:link, #up a:visited, #down a:visited{
	background-position: top left;
}

#up a:active, #down a:active, #up a:hover, #down a:hover{
	background-position: bottom left;
}

#display #center #logo{
	width:600px;
	height:90px;
	text-align: center;
}

#display #center #logo img{
	margin: 13px 0px 0px 0px;
}

#display #right{
	float:left;
	width:190px;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	list-style:none
}

ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul li a {
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#display #left ul {
	margin: 130px 24px 0px 0px;
}

#display #left ul li {
	text-align:right;
	text-transform:uppercase;
}

#display #right ul {
	margin: 455px 0px 0px 24px;
}

.clear{
	clear: both; 
}
