.Bulletins_ArticleCatList
{
	font-weight:bold;
	font-size:14px;
	font-family:Tahoma;
	border-bottom:dotted 1px silver;
	color:#2A3F55;
}

.Bulletins_ArticleList
{

	font-weight:normal;
	font-size:12px;
	font-family:Tahoma;
	color:#2A5FAA;
}

.Bulletins_ArticleTitle, Bulletins_ArticleTitle a
{
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:none;
	color:#2A5FAA;
}

.Bulletins_ArticleTitle:hover
{
	text-decoration:underline;
	color:Red;
}

.Bulletins_ArticleSummary
{
	font-size:12px;
	margin-right:5px;
	margin-left:5px;
	overflow:visible;
	color:#4C4C4C;
}

.Bulletins_ArticleImage
{
	
	margin:5px;
	float:left;
}
.Bulletins_ArticleDate
{
	font-size:11px;
	color:#838383;
	font-family:Tahoma;
}
.Bulletins_CatNavigation
{
	font-weight:bold;
	padding:5px;
	background:url(Images/Silverbg.png) repeat-x center;
	color:#5F5F5F;

}
.Bulletins_CatNavigation a
{
 text-decoration:none;

}

.Bulletins_CatNavigation a:visited
{
 color:#5F5F5F;	
}
.Bulletins_CatNavigation a:hover
{
  color:#D41F55;	
  text-decoration:underline;
}

.Bulletins_Article_Box
{
	border:solid 1px #EBEBEB;
	padding:4px;
	width:inherit;
	height:inherit;
	--background:red;
}

.Bulletins_RelatedArticle_Box
{
	border:solid 1px #F0F0F0;
	background:#FAFAFA;
	padding:4px;
	width:inherit;
	height:inherit;
	margin-top:5px;
	
}

.Bulletins_SectionHeader
{
	margin-top:5px;
	font-weight:bold;
	color:Gray;
	font-size:11px;
}
.Bulletins_Bulletins_RelatedArticle_Title, Bulletins_Bulletins_RelatedArticle_Title a
{
	margin-left:5px;
	padding-bottom:4px;
	text-decoration:none;
	font-size:13px;
	color:Navy;
}

.Bulletins_Bulletins_RelatedArticle_Title a:hover
{
	color:Red;
}

.Bulletins_LatestArticleBox
{
	margin-bottom:10px;
}

/*end article style*/