/* CSS Document */
#brochure_nav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #003366;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 2px;
	background-color: #eeeeee;
	font-weight: bold;
	padding-bottom: 4px;
}

#brochure_nav a{
	text-decoration: none;
	font-weight: normal;
}

#brochure_nav a:hover{
	text-decoration: underline;
	color: #0000FF;
}

