/* ______________________________________ */	
/*  Section Three: News/Events Elements   */	
/* ______________________________________ */

/* 3.1 - Archive Text Links */
 a.archive,a.archive:link,a.archive:visited,a.archive:hover,a.archive:active {
	 font-weight:bold;
         font-size:11px;
         color: #76A2CB;}

/* 3.2 - Background and Outline of Categories Area */
.headerbkg {}

/* 3.3 - Main Category Header */
.header {
	 color: #6A8A7D;
	 font-size : 13px;
	 font-weight: bold;}

.headernot {color: #F09901;}

/* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor, a.navanchor:active, a.navanchor:visited {
	 color : #000000;
	 text-decoration: none;}

 a.navanchor:hover {
	 color : #000000;
	 text-decoration: underline;}

/* 3.5 - Main Link to the Articles */
a.newslink,a.newslink:link,a.newslink:visited,a.newslink:hover,a.newslink:active {color : #76A2CB;
	 font-size : 12px;
         font-weight:bold;}

 a.newslinknot,a.newslinknot:hover,a.newslinknot:active,a.newslinknot:visited {
	 color : #F09901;}

/* 3.6 - More... Link */
.morelink,a.morelink,a.morelink:link,a.morelink:visited,a.morelink:hover,a.morelink:active {
	 text-decoration:underline;
         font-weight:bold;
         color : #76A2CB;}

/* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding {}

/* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround {}

/* 3.9 - Style to correct news page spacing */
#artxrow {display:none;}

/* 3.10- Article Summary on Full Article Page */
.articlesummary {color:#47443A;}

/* 3.11 - Author Name on Full Article Page */
.articleauthor {font-weight: bold;}

/* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink,a.referinglink:link,a.referinglink:visited,a.referinglink:active {color: #FFFFFF;
	 font-weight : bold;
         font-size:12px;
         line-height:13px;}

a.referinglink:hover {color:76A2CB;}

/* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader {color:#6A8A7D;
         font-weight:bold;
         font-size:13px;
         text-transform:none;}

/* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #F09901 !important;
	 }