.box .sw {
	background-image: url('box-sw.png');
	background-repeat: no-repeat;
	overflow: hidden;
	width: 5px;
	height: 5px;
}

.box .s {
	background-image: url('box-s.png');
	background-repeat: repeat-x;
	overflow: hidden;
	height: 5px;
}

.box .se {
	background-image: url('box-se.png');
	background-repeat: no-repeat;
	overflow: hidden;
	height: 5px;
	width: 8px;
}
.box .e {
	background-image: url('box-e.png');
	background-repeat: repeat-y;
	overflow: hidden;
	width: 8px;
}
.box .ne {
	background-image: url('box-ne.png');
	background-repeat: no-repeat;
	overflow: hidden;
	height: 9px;
	width: 8px;
}

.box, .box td, .box tr {
	padding: 0;
	margin: 0;
	background-color: white;
}
.box .c {
	padding: 5px 10px;
}
.navlink {
	color: black;
	font-weight: bold;
}
body,html,td,a .box *, a:link .box *, a:visited .box *, a:active .box *, a:focus .box *, a:hover .box *  {
	font: 9pt Arial;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.box *, a:hover .box *, a .box:hover *, a .box *:hover {
	text-decoration: none !important;
}