table.news{
	padding:0px;
	margin:20px 0px 0px 20px;
	border-spacing:0px;
	font-size: 13px;
	width: 100%;
}
table.news th{
	background-color: #999999;
}
table.news td{
	padding: 0px 5px 0px 5px;
	border-top: thin #CCCCCC;
	border-right: thin #CCCCCC;
	border-bottom: thin #CCCCCC;
	border-left: thin dotted #CCCCCC;
}
table.news hr{
	width: 400px;
	height: 0px;
	border-top: thin solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #999999;
}
table.p5{
	padding:0px;
	margin:20px 0px 0px 20px;
	border-collapse:separate;
	border-spacing:0px;
	font-size: 13px;
	width: 100%;
}
table.p5 td{
	padding: 0px 5px;
	border-top: thin #CCCCCC;
	border-right: thin #CCCCCC;
	border-bottom: thin #CCCCCC;
	border-left: thin dotted #CCCCCC;
	vertical-align: top;
}
