<!--
/* Global
----------------------------------------------- */
html {
	scrollbar-arrow-color: #348AF8;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #348AF8;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #348AF8;
    scrollbar-track-color: #ffffff;
	scrollbar-3d-light-color: #348AF8;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	line-height: 1.6em;
	background: url(../images/outside.jpg) repeat-x top;
	background-color: #FFFFFF;
	text-align: center;
}
img {
	border:0px;
}
a{
    color: #F60; 
	font-weight:bold;
}
a:hover{
    color: #F00
}

#loading {
    display:none;
}
#homeVer {
    padding:8px 0 0 82px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
}
#homeVer a {
	color:#358AF8;
	text-decoration:none;
}
#homeVer a:hover {
	color:#F60;
	text-decoration:dotted;
}
/* Footer
----------------------------------------------- */
#footer {
    width:100%;
	height: 66px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	background: url(../images/bg_10.jpg) no-repeat center top;
	background-color: #ffffff;
	text-align: center;
}
#footpic {
    position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:60px;
}
#footer2 {
    width:100%;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0 0 0;
	text-align: center;
	background-color: #ffffff;
	background: url(../images/ol.png) no-repeat top;
}
.copyright {
	font-size: 10px;
	font-family: Arial;
	line-height:1.3em;
	font-weight: bold;
	color: #5A5B5D;
}
#footer a,#footer2 a{
    color: #F60;
}
#footer a:hover,#footer2 a:hover{
    color: #F00
}