/* CSS Document */

/* set default font */

HTML {
   overflow: -moz-scrollbars-vertical;
}

body {
	font-family:  verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	background-color:#F68012;
	margin: 0;
	padding: 0;
}

#Master {
    position: relative;
    width:760px;
	top: 18px;
    margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
}

#HorizontalBar {
position: absolute;
left:0px;
top:325px;
width:100%;
height:5px;
background-color:#FFFFFF;
margin:0px;
padding:0px;
}

#TopBar {
position: absolute;
left:460px;
top:-18px;
width:5px;
height:20px;
background-color:#FFFFFF;
margin:0px;
padding:0px;
}

#Logo {
    position: absolute;
	top: 15px;
    left: 5px;
	width:182px;
	height: 135px;
}
#SmallLogo {
    position: absolute;
	top: 15px;
    left: 15px;
	width:101px;
	height: 89px;
}

#MainContent {
	position: absolute;
	top: 172px;
	left: 352px;
	color:#000000;
	font:"Courier New", Courier, mono;
	width: 382px;
	height: 343px;
   overflow: -moz-scrollbars-vertical;
}


#TopLeft {
    position: absolute;
	top: 155px;
    left: 5px;
}
#TopRight {
    position: absolute;
	top: 5px;
    left: 466px;
}
#BottomLeft {
    position: absolute;
	top: 312px;
    left: 5px;
}
#Content {
    position: absolute;
	top: 312px;
    left: 383px;
	height: 146px;
	width:351px;
	background-color:#BF2352;
	padding:10px;
}
#Enter {
    position: absolute;
	top: 483px;
    left: 383px;
	height: 62px;
	width:371px;
	background-color:#BF2352;
}
#EnterButtons {
    position: absolute;
	top: 490px;
    left: 535px;
}
#EnterL {
 position: absolute;
	top: 509px;
    left: 520px;
	height: 10px;
    width: 10px;
	background-color:#F68012;
}
#EnterCorp {
 position: absolute;
	top: 509px;
    left: 627px;
	height: 10px;
    width: 10px;
	background-color:#F68012;
}
#Abstract {
    position: absolute;
	top: 5px;
    left: 193px;
	height: 282px;
	width:247px;
	background-color:#FFB814;
	padding:10px;
}
#Heiro {
    position: absolute;
	top: 93px;
    left: 72px;
}
#HeiroS {
    position: absolute;
	top: 233px;
    left: 79px;
	cursor:pointer;
}
#L_Enter {
    position: absolute;
	top: 274px;
    left: 362px;
	cursor:pointer;
}
#Footer {
    position: relative;
	top: 18px;
    margin-left: auto;
    margin-right: auto;
}


A.WhiteLink:link {
	color: #FFFFFF;
	font-family:  verdana, helvetica, arial, sans-serif; 
	font-size: 12px;

	text-decoration: none;
} 
A.WhiteLink:visited { color: #FFFFFF; font-family: verdana, helvetica, arial, sans-serif; font-size: 12px;  text-decoration: none} 
A.WhiteLink:hover { color: #FFFFFF; font-family: verdana, helvetica, arial, sans-serif; font-size: 12px;  text-decoration: none} 
A.WhiteLink:active { color: #FFFFFF; font-family: verdana, helvetica, arial, sans-serif; font-size: 12px;  text-decoration: none} 

.style1 {
	color: #BF2352;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-size: 12px}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.style4 {font-family: "Courier New", Courier, mono}

