@charset "UTF-8";
/* CSS Document */

.topnavshell {
	background-color: #493;
}
a {
	color: #493;
}
a:hover, a:focus {
	color: #060;
	text-decoration: underline;
}
a.sidetop {
	display: block;
	background-image: url(News/images/topx.jpg);
	height: 29px;
	width: 176px;
	text-decoration: none;
}
a.side1 {
	display: block;
	background-image: url(News/images/1_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side2 {
	display: block;
	background-image: url(News/images/2_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side3 {
	display: block;
	background-image: url(News/images/3_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side4 {
	display: block;
	background-image: url(News/images/4_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side5 {
	display: block;
	background-image: url(News/images/5_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side6 {
	display: block;
	background-image: url(News/images/6_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.sidebottom {
	display: block;
	background-image: url(News/images/bottomx.jpg);
	height: 34px;
	width: 176px;
	text-decoration: none;
}
a:hover {
	background-position: -176px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

