/* CSS Document */
html, body{
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#whole{
	margin:0px auto;
	width:800px;
	position:relative;
	overflow:hidden;
	background-color:#FFFFFF;
}

#banner{
position:relative;
clear:both;
width:800px;
background-color:#4E94FD;
height:25px;
}

#underban{
width:800px;
clear:both;
height:100px;
background-color:#4E94FD;
}

#navbar{
width:168px;
padding:2px 10px 0 10px;
clear:left;
background-color:#C8C8FF;
float:left;
position:relative;
overflow:hidden;
margin:6px;
}

#content{
	width:795px;
	clear:right;
	float:right;
	overflow:hidden;
	position:relative;
	padding-right:3px;
}

#footer{
width:794px;
text-align:right;
font-size:10px;
height:14px;
clear:both;
padding-right:6px;
}

#topbutton{
font-family:Arial; 
font-size:12px; 
font-weight:bolder;
color:#FFFFFF;
}

#topbutton a, a:hover, a:visited{
color:#FFFFFF;
text-decoration:none;
}

#navbar a, a:visited{
clear:none;
text-decoration:none;
color:#0B0B4C;
}

#navbar a:hover{
color:#FFFFFF;
text-decoration:underline;
}

a:hover{
color:#0000FF;
}
.tableborder {	border: 1px solid #ebebeb;
}
