 /* 3.1 - Archive Text Links */
 a.archive,a.archive:hover,a.archive:active,a.archive:visited{
	 font-size: 9px;
	 /*line-height: 16px;
	*/
 font-weight: regular;
	 color: #848BBB;
	 text-transform: uppercase;
	 }

.contentpadding,td.contentpadding {
	 padding-top: 0px;
	 }

 tr#headlinerow td.contentpadding {
	 padding-top: 8px;
	 }

 tr#summaryrow td.contentpadding {
	 padding-top: 0px;
	 }

 /* 3.2 - Background and Outline of Categories Area */
.headerbkg{
	 display : block;
	 width : 100%;
	 padding: 0px;
	 margin: 0px }

 /* 3.3 - Main Category Header */
.header{
	 display : block;
	 padding: 2px 3px 2px 3px;
	 font-size: 12px;
	 line-height: 14px;
	 font-weight: bold;
	 color: #AC6D80;
	 text-transform: uppercase;
	 }

.headernot,.headerlink {
	 display : block;
	 padding: 2px 3px 2px 3px;
	 font-size: 12px;
	 line-height: 14px;
	 font-weight: bold;
	 color: #919191 !important;
	 text-transform: uppercase;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor,a.navanchor:active,a.navanchor:visited {
	 }

 a.navanchor:hover {
	 }

 /* 3.5 - Main Link to the Articles cf9e3f*/
 a.newslink,a.newslink:active,a.newslink:visited {
	 color : #5B6E74 !important;
	 font-size : 11px;
	 line-height : 12px;
	 font-weight: bold;
	 text-decoration: none;
	 }

 a.newslink:hover {
	 color : #4A5946 !important;
	 font-size : 11px;
	 line-height : 12px;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 a.newslinknot,a.newslinknot:active,a.newslinknot:visited {
	 color : #919191 !important;
	 font-size : 11px;
	 line-height : 12px;
	 font-weight: bold;
	 text-decoration: none;
	 }

 a.newslinknot:hover {
	 color : #61DD17 !important;
	 font-size : 11px;
	 line-height : 12px;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 /* 3.6 - More... Link */
.morelink,a.morelink,a.morelink:active,.morelink:visited {
	 color : #868DBC !important;
	 font-size : 9px;
	 text-decoration: none;
	 }

 a.morelink:hover{
	 color : #868DBC !important;
	 font-size : 9px;
	 text-decoration: underline;
	 }

 /* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding{
	 padding: 6px 0px 0px 6px;
	 }

 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround{
	 display : block;
	 width : 100%;
	 padding: 0px;
	 margin: 0px;
	 }

 /* 3.9 - Style to correct news page spacing */
 #artxrow {
	 display:none;
	 }

 /* 3.10- Article Summary on Full Article Page */
.articlesummary{
	 font-style: italic;
	 }

 /* 3.11 - Author Name on Full Article Page */
.articleauthor{
	 line-height : 18px;
	 font-weight: bold;
	 }

 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink,a.referinglink:active,a.referinglink:visited {
	 color : #848BBB;
	 font-size: 10px;
	 font-weight: bold;
	 padding: 0px, 0px, 10px, 0px;
	 text-decoration: none;
	 }

 a.referinglink:hover {
	 font-size: 10px;
	 color : #969CC5;
	 font-weight: bold;
	 padding: 0px, 0px, 10px, 0px;
	 text-decoration: underline;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader{
	 font-size: 13px;
	 line-height: 14px;
	 color: #A5A499;
	 }

 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #61DD17 !important;
	 }

 