a.update {
	color: #FF9900;
	font-size: small;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.menu-pane {
	font-size: small;
	color: #FFFF00;
	font-weight: bold;
}
.sub-menu-pane {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
div.content {
	width: 100%;
	padding: 10px;
}
.content-title {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	text-transform: capitalize;
}
.table-header {
	background-color: #CCCCCC;
	border: thin ridge #CCCCCC;
}
.content-subtitle {
	font-size: small;
	font-weight: bold;
	color: #006600;
}
.organization {
	font-weight: bold;
	color: #0000FF;
}
.news_header {
	font-weight: bold;
	color: #0000CC;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.news_content {
	padding-left: 15px;
	text-indent: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
}
