#noticeBoard {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#nbContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 5px;
	background-attachment: fixed;
	background-image: url(../images/nb_logo.gif);
	background-repeat: no-repeat;
	background-position: 255px 5px;
}
#nbContent a:link {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:none;
	line-height: 16px;
	display:block;
}
#nbContent a:visited {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:none;
	line-height: 16px;
	display:block;
}
#nbContent a:hover {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:underline;
	line-height: 16px;
	display:block;
}
