/* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
 a.archive,a.archive:hover,a.archive:active,a.archive:visited{
	 color : #70563d;
	 text-decoration : none;
	 font-weight : bold;
	 font-size : 10px;
	 }

 /* 3.2 - Background and Outline of Categories Area */
 /* 3.3 - Main Category Header */
.header{
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-weight : bold;
	 font-size : 10px;
	 color: #e35000;
	 }

.headernot{
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-weight : bold;
	 font-size : 10px;
	 color: #cccccc;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor,a.navanchor:hover,a.navanchor:active,a.navanchor:visited {
	 font-size : 10px;
	 color: #8F390A;
	 line-height : 16px;
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink,a.newslink:hover,a.newslink:active,a.newslink:visited {
	 color : #6D5839 !important;
	 }

 a.newslinknot,a.newslinknot:hover,a.newslinknot:active,a.newslinknot:visited{
	 color : #cccccc !important;
	 }

 /* 3.6 - More... Link */
 /* 3.7 - Padding and Indent of Article Titles */
 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
 /* 3.9 - Style to correct news page spacing */
 /* 3.10- Article Summary on Full Article Page */
 /* 3.11 - Author Name on Full Article Page */
 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink,a.referinglink:hover,a.referinglink:active,a.referinglink:visited{
	 color: black;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #cccccc !important;
	 }

 