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

a:link, a:visited, a:active{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

#nContent ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

#nContent li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nContent ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

#nContent ul li a:hover {
	color: #FFFFFF;
	background-color: #000066;
}

#nContent ul li:after {
	content: " |";
}

#nContent ul li.last:after {
	content: "";
}

#fContent ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

#fContent li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
}

#fContent ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #000066;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}

#fContent ul li a:hover {
	color: #000000;
}

#staticBox a:link, #staticBox a:visited, #staticBox a:active {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

#staticBox a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

#aInfo ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

#aInfo li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
}

#aInfo ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #000066;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}

#aInfo ul li a:hover {
	color: #000000;
}

.noBorder {
	border: none;
}

#writeBox a:link, #writeBox a:visited, #writeBox a:active {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

#writeBox a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
