html {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #D7EAFD;
scrollbar-track-color: #D7EAFD;
scrollbar-face-color: #D7EAFD;
scrollbar-highlight-color: #D7EAFD;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #D7EAFD;
}

body { 
scrollbar-arrow-color: #000000;
scrollbar-base-color: #D7EAFD;
scrollbar-track-color: #D7EAFD;
scrollbar-face-color: #D7EAFD;
scrollbar-highlight-color: #D7EAFD;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #D7EAFD;
}

.news_page {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7EAFD;
	margin-top: 0px; padding-top: 0px;
	margin: 5px;
	padding: 5px;
	width: 100%;
}

.news_page h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
	color: #000000;
	border-bottom : 1pt solid Black;
	border-left : 1pt solid Black;
	border-right: 1pt solid Black;
	border-top : 1pt solid Black;
}

.news_page .news_block {
	padding-bottom: 10px;
	margin: 15px;
	font-size: 11px;
}

.news_page .news_summary {
	font-size: 11px;
	padding-bottom: 10px;
	margin: 15px;
}

.news_page .news_block .headline {
	color: #000000;
	padding-bottom: 10px;
	font-weight: bolder;
}

.news_page .news_summary .headline {
	font-size: 100%;
	color: #000000;
	padding-bottom: 10px;
	font-weight: bolder;
}

.news_page .news_block .headline A {
	color: #000000;
	text-decoration: none;
}

.news_page .news_summary.headline A {
	color: #000000;
	text-decoration: none;
}

.news_page .news_block .headline A:hover{
	text-decoration: none;
	color: Orange;
}

.news_page .news_summary .headline A:hover{
	text-decoration: none;
	color: Orange;
}

.news_page .news_block .content {
	color: #000000;
	font-size: 100%;
}

.news_page .news_summary .content {
	color: #000000;
	font-size: 100%;
}


.news_page .news_block .location {
	font-size: 100%;
	text-decoration: none;
}

.news_page .news_summary .location {
	font-size: 100%;
	text-decoration: none;
}

.news_page .news_block .date {
	font-size: 100%;
}

.news_page .news_summary .date {
	font-size: 100%;
}

.news_page .news_block .time {
	font-size: 100%;
}

.news_page .news_block .editor {
	font-size: 100%;
}

.news_page .news_block .editor A {
    	color : black;
	text-decoration : none;
}

.news_page .news_summary .more_link {
	text-align : right;
}

.news_page .news_summary .more_link A {
	color : #FF5533;
	text-decoration : none;
	font-weight : bolder;
}

.news_page .news_summary .more_link A:hover {
	text-decoration : underline;
}

.news_page .navigation
{
	color: #000000;
	font-size: 11px;
}

.news_page .archive_index td {
	font-size: 100%;
}

.news_page .archive_index .date {
	font-size: 100%;
	color : black;
	padding-left: 5px;
	padding-right: 5px;
}

.news_page .archive_index .cat_icon { 
	padding-left: 5px;
	padding-right: 5px;
}

.news_page .archive_index A {
	text-decoration : none;
}

.news_page .archive_index A:hover {
	text-decoration : none;
}

.linecolor0 {
	background-color: #000000;
}

.linecolor1 {
	background-color: #000000;
}

.author_info {
	font-family: "Arial, Helvetica";
	background-color: #D7EAFD;
	color : #D7EAFD;
	font-size : 75%;
}

.author_info A {
	color : #D7EAFD;
	background-color: #D7EAFD;
}


