/* Glue News CSS */
.NewsGroup{
		margin-left: 0;
		margin-bottom: 10px;
		margin-right: 0;
		margin-top: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		border-bottom: 3px double #ddd;
		padding: 0 0 20px 0;
}

a.titleLink {
	color: #4F4F4F;
	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: #666;
}
a:visited.NewsPermALink{
	color: #999;
}
a:hover.NewsPermALink{
	text-decoration: none;
	color: #000;
}
.NewsPermALink{
	font-weight: bold;
	margin: 0 5px 0 0px;
}
a.NewsCommentsLink, a:link.NewsCommentsLink, a:active.NewsCommentsLink{
	text-decoration: underline;
	color: #666;
}
a:visited.NewsCommentsLink{
	color: #999;
}
a:hover.NewsCommentsLink{
	text-decoration: none;
	color: #000;
}

h2,h5{
	padding: 0;
	margin: 0;
}
.NewsHeadline{
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 20px;
	padding: 0;
	font-size: 28px;
	color: #4F4F4F;
	font-weight: normal;
}
.NewsBodyText{
	color:#303030;
	padding:0;
	margin: 0;
	text-align: justify;
}
/* the code directly below this adjusts the paragraph spacing */
.NewsBodyText p{
	line-height: 20px;
	font-size: 14px;
	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: #666;
}
a:visited.NewsImageLink{
	color: #999;
}
a:hover.NewsImageLink{
	text-decoration: none;
	color: #000;
}
.NewsPageLink{
	font-weight: bold;
	margin: 0 0px 0 5px;
}
a.NewsPageLink, a:link.NewsPageLink, a:active.NewsPageLink{
	text-decoration: underline;
	color: #666;
}
a:visited.NewsPageLink{
	color: #999;
}
a:hover.NewsPageLink{
	text-decoration: none;
	color: #000;
}
.NewsLinkSpacer{
	display: none;
}
.NewsInfo{
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 11px;
}
.NewsAuthorName{
	color: #5f6363;
	font-weight: bold;
}
.NewsPostDate{
	color: #5f6363;
	font-style: italic;
}
.NewsRule{
	display: none;
}
/* Glue Footer CSS */
#GlueLink{
	text-align:center;
	font-size: small;
}
#GlueGroup{
	visibility: hidden;
	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{
	background-color: #eee;
	color: #888;
	border: 1px solid #888;
}
a:hover#GlueLink{
	background-color: #FF7F00;
	color: #fff;
	border: 1px solid #ff7f00;
}
/* Paging Footer CSS */
.PagingGroup{
		font-family: Arial, Helvetica, sans-serif;
		border-bottom: 3px double #ddd;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
}
.Paging{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 11px;
}
.navinactive{
	margin: 0 15px 0 15px;
	color: #ccc;
	font-size: 14px;
}

.PagingGroup a, .PagingGroup a:active{
	margin: 0 15px 0 15px;
	font-size: 14px;
	color: #039;
	font-weight: bold;
}
.PagingGroup a:visited{
	font-weight: normal;
}
.PagingGroup a:hover{
	text-decoration: none;
	color: #000;
}
.glueimage{
	float: left;
	clear: left;
	border-width: 0px;
	padding-right: 15px;
}
