/*ANNOUNCEMENTS DISPLAY*/
span				{ font-weight:bold; }
span.name			{ text-decoration:underline; }
span.date			{ font-style:italic; }
acronym				{ font-style:italic; }
p.announce_title		{ font-size:15px; color:#2C5162; font-weight:bold; }
p.author_txt			{ font-size:13px; color:#750000; font-style:italic; font-weight:bold; }
p.story_txt			{ font-size:11px; font-weight:bold; }
p.announce_title_homepage	{ font-size:15px; color:#750000; font-weight:bold; }
p.author_txt_homepage		{ font-size:13px; color:#2C5162; font-style:italic; font-weight:bold; }
p.story_txt_homepage		{ font-size:11px; color:#aaa; font-weight:bold; }
.announcement			{ position:relative; width:100%; border-top:1px solid black; border-bottom:1px solid black; }
.announcement_left		{ position:relative; z-index:1; margin-right:60px; }
.announcement_right		{ position:absolute; z-index:2; top:5px; right:5px; width:50px; }
.announcement img		{ width:50px; }
.announcement_homepage		{ width:100%; background:black; padding:5px; }
/*ANNOUNCEMENTS DISPLAY*/

