body {
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-image:url(img/top_bk.jpg);
	bgproperties:fixed;
}

a.rollover {
	font-family:verdana;
	font-size:12px;
	color:#000000;
	background-image:url(img/top_off.gif);
	background-repeat:no-repeat;
	background-position:15px 1px;
	padding:25px 0px 0px 0px;
	height:50px;
	width:69px;
	text-decoration:none;
	text-align:center;
}

a.rollover:hover {
	color:#aa0404;
	background-image:url(img/top_on.gif);
	background-repeat:no-repeat;
	background-position:15px 0px;
}

a.home {
	font-family:verdana;
	font-size:12px;
	color:#000000;
	background-image:url(img/home_off.gif);
	background-repeat:no-repeat;
	background-position:8px 1px;
	padding: 25px 0px 0px 0px;
	height: 50px;
	width: 60px;
	text-decoration:none;
	text-align:center;
}

a.home:hover {
	color:#aa0404;
	background-image:url(img/home_on.gif);
	background-repeat:no-repeat;
	background-position:8px 0px;
}
