/*NEWS DISPLAY*/
a.article_link			{ color:red; font-weight:bold; }
a:hover.article_link		{ color:black; }
a.news_link			{ color:black; font-weight:bold; }
a:hover.news_link		{ color:#008751; }
a.news_nav			{ color:black; text-decoration:none; }
a:hover.news_nav		{ color:green; }
a.data_link			{ color:black; font-weight:bold; }
a:hover.data_link		{ color:red; }
span				{ font-weight:bold; }
span.name			{ text-decoration:underline; }
span.date			{ font-style:italic; }
acronym				{ color:red; font-weight:bold; }
p				{ padding:5px 0; font-weight:bold; }
p.news_header			{ font-size:18px; background:#008751; color:white; text-align:right; padding:0; }
p.article_title			{ font-size:15px; color:#008751; }
p.title				{ text-align:right; font-size:17px; font-style:italic; color:#B27304; border-bottom:1px solid #B27304; padding:5px 0; }
p.black_txt			{ color:black; }
p.brown_txt			{ color:brown; }
p.green_txt			{ color:#008751; }
p.red_txt			{ color:red; }
p.yellow_txt			{ color:yellow; }
p.orange_txt			{ color:orange; }
p.blue_txt			{ color:blue; }
p.aqua_txt			{ color:aqua; }
p.gray_txt			{ color:gray; }
p.silver_txt			{ color:silver; }
p.gold_txt			{ color:gold; }
p.purple_txt			{ color:purple; }
p.violet_txt			{ color:violet; }
p.pink_txt			{ color:pink; }
ul.news_list			{ width:100%; list-style:none; font-weight:bold; text-align:right; }
li.news_item_odd		{ background:#ccc; }
li.news_item_even		{ background:white; }
.news_display			{ width:100%; background:white; }
.news_table p			{ margin:5px 0; font-weight:bold; }
.news_table			{ width:100%; overflow:auto; }
.nav_row			{ width:100%; margin:5px 0; border-bottom:1px solid black; font-size:11px; font-weight:normal; text-align:left; }
.news_navigation		{ width:175px; float:right; margin:5px 0; text-align:center; font-weight:bold; background:#ddd; border-top:1px solid black; border-bottom:1px solid black; }
.news_article			{ width:375px; float:left; padding:5px; text-align:justify; margin:5px 0; border-top:1px solid black; border-bottom:1px solid black; }
.news_article img		{ max-width:350px; }
.homepage_block			{ width:100%; background:white; }
/*NEWS DISPLAY*/

