A								{
	text-decoration:none;
}
/************************************************/
a.firstBtn, a.firstBtnDis, a.nextBtn, a.nextBtnDis, a.preBtn, a.preBtnDis, a.lastBtn, a.lastBtnDis, a.pageBtn, a.pageBtnOn{
	display:block;
	background:url(imgs/pagingBtn.gif) no-repeat 0px -228px;
	width:26px;
	height:19px;
	float:right;
}
a.firstBtn:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -247px;
}
a.firstBtnDis, a.firstBtnDis:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -266px;
	cursor:auto;
}
a.nextBtn				{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -57px;
}
a.nextBtn:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -76px;
}
a.nextBtnDis, a.nextBtnDis:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -95px;
	cursor:auto;
}
a.preBtn				{
	background:url(imgs/pagingBtn.gif) no-repeat 0px 0px;
}
a.preBtn:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -19px;
}
a.preBtnDis, a.preBtnDis:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -38px;
	cursor:auto;
}
a.lastBtn				{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -285px;
}
a.lastBtn:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -304px;
}
a.lastBtnDis, a.lastBtnDis:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -323px;
	cursor:auto;
}
a.pageBtn				{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -342px;
	font-weight:bold;
	text-align:center;
	color:#ca0002;
	text-decoration:none;
}
a.pageBtn:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -361px;
}
a.pageBtnOn, a.pageBtnOn:hover{
	background:url(imgs/pagingBtn.gif) no-repeat 0px -380px;
	cursor:auto;
	font-weight:bold;
	color:#ca0002;
	text-align:center;
	text-decoration:none;
}
a.dotBtn				{
	background:url(imgs/dotBtn.gif) no-repeat 2px 0px;
	width:10px;
	height:19px;
	float:right;
}
a.dotBtn:hover{
	background:url(imgs/dotBtn.gif) no-repeat 2px -19px;
}
a.dotBtnOn, a.dotBtnOn:hover{
	display:block;
	width:10px;
	height:19px;
	float:right;
	background:url(imgs/dotBtn.gif) no-repeat 2px -38px;
}
/*----------------------------------------------*/
a.newsMain						{
 	/*border:#000000 thin solid;*/
	display:block;
	text-decoration:none;
	text-align:justify;
	line-height:18px;
	direction:rtl;
	color:#004276;
	/*
	box width here must be = mainNewsPg.width - 10
	*/
	width:400px;
	height:300px;
	margin:8px 4px 0;
	text-align:center;
}
a.newsMain p					{
	font-size:12px;
	line-height:20px;
}
a.newsMain h1					{
	font-family:"Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	display:block;
	text-align:right;
	padding:3px 8px 8px;
	margin:0;
}
a.newsMain:hover						{
	color:#CA0002;
}
.newsMainTitle					{
	font-family:"Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:16px;
	padding:0;
	margin:0 0 4px 0
}



