.section_navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 8px;
	width: 90px;
}
.section_navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	background-color: #999999;
	display: block;
	padding: 8px;
	width: 90px;
}
.note_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.full_note_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.note_text{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
td.news {
	padding: 5px;
	background-color: #cccccc;
}
.current_section {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 8px;
	width: 90px;
}

