﻿/* Glue News CSS */
.NewsGroup{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-bottom: 1px #6b4825 dotted;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
}

a:link{
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
}

a.titleLink {
	color: #ffffff;
	text-decoration: none; 
}

a:hover.titleLink {
	text-decoration: underline;
}

.NewsFooterLinks{
	font-weight: bold;
	font-size: x-small;
	text-align:left;
}
.footerLinkSpacer{
	display: inline;
	padding: 0 10px 0 10px;
}
.NewsPermALink{
	font-weight: bold;
	margin: 0 5px 0 0px;
}
a.NewsPermALink, a:link.NewsPermALink, a:active.NewsPermALink{
	text-decoration: underline;
	color: #ffffff;
}
a:visited.NewsPermALink{
	color: #ffffff;
}
a:hover.NewsPermALink{
	text-decoration: none;
	color: #ffffff;
}
.NewsPermALink{
	font-weight: bold;
	margin: 0 5px 0 0px;
}
a.NewsCommentsLink, a:link.NewsCommentsLink, a:active.NewsCommentsLink{
	text-decoration: underline;
	color: #ba8748;
}
a:visited.NewsCommentsLink{
	color: #ba8748;
}
a:hover.NewsCommentsLink{
	text-decoration: none;
	color: #642200;
}

h2,h5{
	padding: 0;
	margin: 0;
}
.NewsHeadline{
	padding: 0;
	margin: 0 0 5px 0;
	font-size:14px;
	color: #ffffff;
	font-weight: bold;
}
.NewsBodyText{
	color:#ffffff;
	padding:0;
	margin: 0;
	text-align: justify;
	font-size: 11px;
	line-height: 1.6em;
}

a.NewsBodyText, a:link.NewsBodyText, a:active.NewsBodyText{
	text-decoration: underline;
	color: #ffffff;
}
a:visited.NewsBodyText{
	color: #ffffff;
}
a:hover.NewsBodyText{
	text-decoration: none;
	color: #642200;
}

a.NewsBodyText p, a:link.NewsBodyText p, a:active.NewsBodyText p{
	text-decoration: underline;
	color: #ffffff;
}
a:visited.NewsBodyText p{
	color: #ffffff;
}
a:hover.NewsBodyText p{
	text-decoration: none;
	color: #642200;
}


a.NewsArticleLinks, a:link.NewsArticleLinks, a:active.NewsArticleLinks{
	text-decoration: underline;
	color: #ffffff;
}
a:visited.NewsArticleLinks{
	color: #ffffff;
}
a:hover.NewsArticleLinks{
	text-decoration: none;
	color: #642200;
}


/* the code directly below this adjusts the paragraph spacing */
.NewsBodyText p{
	margin: 15px 0 15px 0;
}
.NewsArticleLinks{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: x-small;
	text-align:left;
}
.NewsImageLink{
	font-weight: bold;
	margin: 0 5px 0 0px;
}
a.NewsImageLink, a:link.NewsImageLink, a:active.NewsImageLink{
	text-decoration: underline;
	color: #ffffff;
}
a:visited.NewsImageLink{
	color: #ffffff;
}
a:hover.NewsImageLink{
	text-decoration: none;
	color: #642200;
}
.NewsPageLink{
	font-weight: bold;
	margin: 0 0px 0 5px;
}
a.NewsPageLink, a:link.NewsPageLink, a:active.NewsPageLink{
	text-decoration: underline;
	color: #ba8748;
}
a:visited.NewsPageLink{
	color: #ba8748;
}
a:hover.NewsPageLink{
	text-decoration: none;
	color: #642200;
}
.NewsLinkSpacer{
	display: none;
}
.NewsInfo{
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: x-small;
}
.NewsAuthorName{
	color: #ba8748;
	font-weight: bold;
}
.NewsPostDate{
	color: #ba8748;
	font-style: italic;
}
.NewsRule{
	display: none;
}
/* Glue Footer CSS */
#GlueLink{
	text-align:center;
	font-size: small;
}
#GlueGroup{
	margin: 0;
	padding: 0;
}
#GlueLink{
	font-weight:normal;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
a#GlueLink, a:link#GlueLink, a:visited#GlueLink, a:active#GlueLink{
	color: #ba8748;
}
a:hover#GlueLink{
	color: #ffffff;
}
/* Paging Footer CSS */
.PagingGroup{
		font-family: Verdana,Arial, Helvetica, sans-serif;
		border-bottom: 0px dotted #ffffff;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
}
.Paging{
	width: 100%;
	text-align: center;
	color: #ba8748;
	font-size: 11px;
}
.navinactive{
	margin: 0 15px 0 15px;
	color: #ba8748;
	font-size: 14px;
}

.PagingGroup a, .PagingGroup a:active{
	margin: 0 15px 0 15px;
	font-size: 14px;
	color: #ba8748;
	font-weight: bold;
}
.PagingGroup a:visited{
	font-weight: normal;
}
.PagingGroup a:hover{
	text-decoration: none;
	color: #642200;
}
