/* pmm component CSS  */
.mainnewsTBL {
	border:#c5c5c5 solid 0px;
	padding-top:5px;
	
}
	.mainnewsTBL td {
		font-size:101%;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		color:#000;
		text-align:left;
		text-align:justify;
	}

	.mainnewsTBL img#article{
		width:100px;
		border:#CCCCCC solid 1px;
		margin:2px;
		margin-right:5px;
		padding:1px;
		width: 80px;
		height: 70px;
	}
	.bn_news{
		float:left;
		margin-right: 2px;
		margin-top:2px;
	}
	
	
	.pmmTBL tr.tr1{
		background:#f5f5f5;
	}
		.pmmTBL tr:hover{
			background:#f0f0f0;
		}


.pmmTBL .pmmTR{
	padding:5px;
	height:30px;
	font-weight:bold;
	background:#d5d5d5;	
}
	.pmmTBL .pmmTR:hover{
		background:#d5d5d5;	
	}
.pmmTBL tr.footer{
	text-align:center;
	background:transparent;
}	
.pmmTBL tr.footer:hover{
	background:transparent;
}
