/* table col */
.table_col {
	border-collapse : collapse;
	font-size:	11px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 550px;
	height: 40px;
	clear: right;
	text-align:justify;
}

.table_col td {
	border-bottom: dotted 1px ;
	padding: 5px 0 5px 10px;
	border-color:#c9e39c;
}

.table_col th {
	border: 0;
	background: #c9e39c;
	padding: 5px 0 5px 10px;
	text-align: left;
}

.table_col th a {
	padding: 5px 0 5px 0px;
	font-size: 12px; 
	margin: 0px;
	color: #666666;
	text-decoration: none;
}

.table_col th a:hover,
.table_col th a:focus {
	text-decoration : underline;
}

/*cell styles */


.p-hl {
	background-color: #e9f8da;
	font-weight: bold;
	vertical-align:text-top;
	width: 150px;

	/*text-align : left; */
}

.p-h2{
	font: arial, helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	padding: 2px 2px 2px 2px;	
	}
	

