
/******************** Article Page ********************/
.TopLeftMargin
{
	margin-left:10px;
	margin-right:10px;
}
/******************** Article Page ********************/

/******************** Paging Page ********************/
.CenterPositionWide
{
	text-align: center;
	width:100px;
	float:left;
}

.Paging
{
	text-decoration: underline;
	font-weight:normal;
	color:Black;
}

.SelectedPage
{
	text-decoration: none;
	color:Red;
	font-weight: bold;
}

.PageContainer
{
	display:none;	
}

.PrevPositionWide
{
	text-align: left;
	width:140px;
	float:left;

}

.CenterPositionWide
{
	text-align: center;
	width:100px;
	float:left;
}

.NextPositionWide
{
	text-align: right;
	width:140px;
	float:left;

}

.Link
{
	text-decoration: none;
	color:Black;
}
/******************** Paging Page ********************/