BODY {scrollbar-highlight-color: white;
scrollbar-face-color: white;
scrollbar-shadow-color: #6495ED;
scrollbar-3dlight-color: white;
scrollbar-arrow-color: #6495ED;
scrollbar-track-color: white;
scrollbar-darkshadow-color: white;}


body {
overflow-x:hidden;
}

A {
TEXT-DECORATION: none
}

body, table, tr, td{font-size: 10pt; color: #636363; font-family: Verdana,ËÎÌå; line-height: 110%;}

A:link {COLOR: #ff6633;}

A:visited {COLOR: #ff6633;}

A:hover {COLOR: #ff6633;}
A:hover { position: relative; left:1px; top:1px; }

.header {font-size: 14pt; font-weight: bold; font-face: verdana;}

.small {font-size:9pt;}
.xsmall {font-size:7pt;}

div#container{
	width: 810px;
	height: 560px;
	margin: auto;
	margin-top: 20px;
}

div#header{
	clear: both;
	width: 800px;
	height: 100px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#menu{
	float: left;
	width: 140px;
	height: 390px;
	margin-right: 5px;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: -20px;
	padding-top: 40px;
}
#menu ul{
list-style-type:none;
}
#menu li{
display:inline;
}
#menu li a {
font-size:12px; 
font-face:verdana;
font-weight: bold;
display:block;
color:#217dda;
line-height:35px;
margin-left: -40px;
}
#menu li a:hover{
color:#7ab4ee;
}

.enter{
margin-left: 50px;
}
.enter a {
font-size:16px; 
font-face:verdana;
font-weight: bold;
display:block;
color:#217dda;
line-height:35px;
margin-left: -40px;
}
.enter a:hover{
color:#7ab4ee;
}

#main{
	float: right;
	width: 655px;
	height: 420px;
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	padding: 5px;
	padding-top: 10px;
}

#footer{
	clear:both;
	width: 800px;
	height: 20px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
}


