body {
	background: #fff;
	margin:0px;
	padding:0px;
	color:#3c3c3c;
	font-family:Tahoma;
}
.top {
	background: url('image/bg_top.jpg');
	height:346px;
}
.bottom {
	background: url('image/bg_bottom.gif');
	height:255px;
}
.copyright {
	font-size:8pt;
	color:#3c3c3c;
}
.copyright a:link, .copyright a:visited{
	color:#2173ad;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
}	
.copyright a:hover{
	color:#2173ad;
	text-decoration:underline;
	font-weight:bold;
	font-size:8pt;
}

