.nw_corner {
	background-image:  url("images/nw_corner.jpg");
	background-repeat: no-repeat;
	height: 40px;
	width: 20px;
}
.ne_corner {
	background-image:  url("images/ne_corner.jpg");
	height: 40px;
	width: 20px;
}
.n_bar {
	background-image:  url("images/n_bar.jpg");
	background-repeat: repeat-x;
	height: 40px;
}
.w_bar {
	background-image: url("images/w_bar.jpg");
	background-repeat: repeat-y;
	width: 20px;
}
.e_bar {
	background-image: url("images/e_bar.jpg");
	background-repeat: repeat-y;
	width: 20px;
}.sw_corner {
	background-image:  url("images/sw_corner.jpg");
	height: 40px;
	width: 20px;
}
.se_corner {
	background-image:  url("images/se_corner.jpg");
	height: 40px;
	width: 20px;
}
.s_bar {
	background-image:  url("images/s_bar.jpg");
	height: 40px;
}
a:link {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #33BBFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
