.issue_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;
}
.issue_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;
}
.news_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.news_date {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.full_news_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.full_news_date {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.news_text{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
td.news {
	padding: 5px;
	background-color: #cccccc;
}
.current_issue {

	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;
}

