
.Blog2_LinkStandard
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
.Blog2_LinkStandard:hover
{
	text-decoration: underline;
}
.Blog2_ArticleHeading
{
	background-color: pink;
}

/* contents styles */
.Blog2_CategoryBar
{
	background-image: url(../Images/button_gradient.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	/*color:#63798D;*/
	color: White;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: solid 1px #E0E0E0;
}
.Blog2_CategoryItemList
{
	list-style-type: none;
	list-style-image: url(../images/bullet.jpg);
	margin-left: 15px;
	font-weight: bold;
}
.Blog2_CategoryItemList ul
{
	font-weight: normal;
	margin-left: 15px;
}
.Blog2_ArticleContentArea
{
	background-color: #F0F0F0;
	width: 100%;
}
.Blog2_ArticleContainer
{
	width: 100%;
}

