.notForPrint,
.back,
#main #sidebar {
	display: none;
}

li {
	list-style-type: square;
}

strong,
.first {
	font-weight: bold;
}

sup {
	font-size: 0.6em;
}
.secret {
	display: none;
}
a {
	border: 0;
	text-decoration: none;
	color: black;
}

#masthead img {
	max-width: 100%;
	height: auto;
}

/*
 * SECTION: MENU
 */
#menu {
	padding-left: 10px;
	padding-bottom: 3px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
#menu a {
	margin-left: 10px;
	padding: 5px 11px 5px 0px;
	background-image: url(/images/arrow_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font: 10pt Tahoma;
}