/* CSS Document */

table.basicTable {
	border-collapse: collapse;
	width: 100%;
}

table.basicTable th {
	border-bottom: 2px solid #3B61C4;
	text-align: center;
	padding-bottom: 5px;
}

table.basicTable td {
	padding: 5px;
}

.bodyBold {
	padding: 0 px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.subHedB {
	padding: 0 px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.news_hr {
	#color: #2746a0;
	height: 4px;				
}