/* Glue News CSS */
.NewsGroup{
		font-family: Arial, Helvetica, sans-serif;
		border-bottom: 1px dotted #999999;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
}

a.titleLink {
	display: none;
	color: #4F4F4F;
	text-decoration: none; 
}

a:hover.titleLink {
	display: none;
	text-decoration: underline;
}

.NewsFooterLinks{
	font-weight: bold;
	font-size: x-small;
	text-align:left;
}
.box {
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
}	
.footerLinkSpacer{
	display: block;
	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{
	display: none;
	padding: 0;
	margin: 0 0 5px 0;
	font-size:medium;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.NewsBodyText{
	color:#000000;
	padding:0;
	margin: 0;
	text-align: justify;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* the code directly below this adjusts the paragraph spacing */
.NewsBodyText p{
	margin: 3px 0 1px 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: bold;
}
.NewsInfo{
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: x-small;
}
.NewsAuthorName{
	display: none;
	color: #999;
	font-weight: bold;
}
.NewsPostDate{
	color: #666666;
	font-style: normal;
	font-weight: bold;
}
.NewsRule{
	display: none;
}

/* 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: #666;
	font-size: 9px;
}
.navinactive{
	margin: 0 15px 0 15px;
	color: #ccc;
	font-size: 9px;
}

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