/* Glue News CSS */
.NewsGroup{
		font-family: Arial, Helvetica, sans-serif;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
}

a.titleLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
}

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

h2,h5{
	padding: 0;
	margin: 0;
}
.NewsHeadline{
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}
.NewsBodyText{
	color:#000000;
	padding:0;
	margin: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
/* 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: #000000;
}
a:visited.NewsImageLink{
	color: #000000;
}
a:hover.NewsImageLink{
	text-decoration: none;
	color: #000000;
}
.NewsPageLink{
	font-weight: bold;
	margin: 0 0px 0 5px;
}
a.NewsPageLink, a:link.NewsPageLink, a:active.NewsPageLink{
	text-decoration: underline;
	color: #000000;
}
a:visited.NewsPageLink{
	color: #000000;
}
a:hover.NewsPageLink{
	text-decoration: none;
	color: #000000;
}
.NewsLinkSpacer{
	display: none;
}
.NewsInfo{
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: x-small;
}
.NewsAuthorName{
	color: #000000;
	font-weight: bold;
}
.NewsPostDate{
	color: #bbb;
	font-style: italic;
}
.NewsRule{
	display: none;
}
/* Glue Footer CSS */
#GlueLink{
	text-align:center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#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: #888;
}
a:hover#GlueLink{
	background-color: #FF7F00;
	color: #fff;
	border: 1px solid #ff7f00;
}
/* Paging Footer CSS */
.PagingGroup{
		font-family: Arial, Helvetica, sans-serif;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
}
.Paging{
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 11px;
}
.navinactive{
	margin: 0 5px 0 5px;
	color: #ccc;
	font-size: 11px;
}

.PagingGroup a, .PagingGroup a:active{
	margin: 0 5px 0 5px;
	font-size: 11px;
	color: #039;
	font-weight: bold;
}
.PagingGroup a:visited{
	font-weight: normal;
}
.PagingGroup a:hover{
	text-decoration: none;
	color: #000000;
}
