<!-- ==================================================== -->
<!-- SHOW NEWS MSG -->
<!-- ==================================================== -->
<!-- title of news msg -->
.news_title {font-family:verdana; color:#000000; font-size:11px;text-decoration:none;font-weight:bold;vertical-align: 8%;}

<!-- new news msg -->
.news_button {
	BACKGROUND-COLOR: #9EBB56;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	border: 1px #333333;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	margin-top: 6px;
	margin-bottom: 1px;
}

<!-- news image thumb -->
.news_img_thumb {
	border: 1px solid #9EBB56;
}

<!-- news image 'click to enlarge' text -->
.news_img_txt_enlarge {
	COLOR: #CCCCCC;
}

<!-- text editor news msg -->
.news_add_textarea {
	border: 1px solid #EEEEEE;
	border-bottom-style: outset; 
	border-left-style: outset; 
	border-right-style: outset; 
	border-top-style: outset;
}

<!-- text editor news msg -->
.newsarchive_header {
	font-weight: bold;
}

<!-- ==================================================== -->
<!-- NEWS ARCHIVE -->
<!-- ==================================================== -->

<!-- news archive msg - arrow in front -->
.newsarchive_arrow {
	margin-right: 5px;
}

<!-- news archive msg - dotted line -->
.newsarchive_dottedline {
	margin-top: 2px;
	margin-bottom: 6px;

}

<!-- news archive msg - link -->
a.newsarchive_link {
	color:#000000;
	text-decoration:none;
}

<!-- news archive msg - link:hover -->
a.newsarchive_link:hover {
	color:#000000;
	text-decoration:underline;
}

<!-- total number of msgs -->
.news_archive_total_msg {
	COLOR: #999999;
}

<!-- news paging - current page -->
.news_paging_current_page {
	color:#000000; 
}

<!-- news paging - page-link -->
a.news_paging_show_page {
	color:#0099FF; 
	text-decoration:underline;
}

<!-- news paging - page-link:hover -->
a.news_paging_show_page:hover {
	color:#0099FF; 
	text-decoration:underline;
}
