
.jtable
{
	Font-Family: helvetica; 
	Font-Size: 10pt;  
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
		
	border: #1C3E76 1px solid;
}

.jtable th
{
	border: solid 1 #1C3E76;
	padding: 3 3 3 3;
	background-color: #EEEEEE;
	color: #1C3E76;
	font-weight: bold;
}

.jtable tr
{ 
	border: solid 1 #1C3E76;
	padding: 2 2 2 2;
	background-color: #FFFFFF;
	font-weight: normal;
	Color: #1C3E76;
	vertical-align: top;
}

.jtable td
{ 
	border: solid 1 #1C3E76;
	padding: 2 2 2 2;
	font-weight: normal;
	Color: #1C3E76;
	vertical-align: top;
}
/*-------------------------------------------*/

