body{
	scrollbar-3d-light-color:#fffff;
	scrollbar-arrow-color:#1e90ff;
	scrollbar-base-color:#999999;
	scrollbar-dark-shadow-color:#fffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#1e90ff;
	scrollbar-shadow-color:#1e90ff;
}
body.top{
	background-attachment:fixed;
	background-image:url(./img/top1.jp);
	background-repeat:no-repeat;
	background-position:top;
}

body.menu{
	background-repeat:no-repeat;
	background-position:top;
}
body.bottom{
	background-attachment:fixed;
	background-image:url(./img/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:1px;
}
div.bottom{
	text-align:center;
}

a{
text-decoration:none;
}
a:link{
color:#4169e1;
}
a:active{
color:#cc0000;
}
a:visited{
color:#4169e1;
}
a:hover{
color:#ffffff; background-color:#1e90ff;
}

table.toptable{
	width:700px;
	border:0px;
	font-size:10pt;
	margin-left:50px;
}
td.intro{
	width:700px;
	border:0px;
	font-size:10pt;
}

span.news{
	background-color:transparent;
	border:3px red none;
	width:300px;
	height:150px;
	overflow-y:auto;
}

table.news{
	width:300px;
	border:0px;
	font-size:10pt;
}

span.whatsnew{
	background-color:transparent;
	border:3px red none;
	width:300px;
	height:150px;
	overflow-y:auto;
}

table.whatsnew{
	width:300px;
	border:0px;
	font-size:10pt;
}


