@charset ”UTF-8”;

table.cif{

	border-color : darkslateblue;
	border-width : 1px 1px 1px 1px;
	border-style : outset;
	min-width : 36em;
	background-color:#FFFFFF;

	margin-bottom: 24px; 
}


td.cif, th.ciftop , th.cif, td.comment, td.cif_TB, td.cif_MNX, td.cif_SL, td.cif_CoM{

	padding : 2px 3px;
	border : none;
	border-bottom : solid 1px #D3D3DE;
	border-top : solid 1px white;
	letter-spacing : 0;
	background-color:#FFFFFF;
	font-size:14px;
	color : black;

}

tr.tablehead th.cif{

	background : #434379 ;
	border-bottom : solid 1px #D3D3DE;
	border-right : none;
}

th.ciftop{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background : #434379 ;
	color : #FFFFFF;
	border-right : solid 1px #D3D3DE;
}

th.cif{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background : #E6E4F0;
	color : #1C0C72;
	border-right : solid 1px #ced3d6;
}

td.comment{
	font-size:14px;
	border-left : solid 1px #ced3d6;

}



td.cif_TB {
	font-family : Vardana, sans-serif;
	font-weight : 700;
	color : purple;
	text-align : center;
}
td.cif_MNX {
	font-family : Vardana, sans-serif;
	font-weight : 700;
	color : firebrick;
	text-align : center;
}
td.cif_SL {
	font-family : Vardana, sans-serif;
	font-weight : 700;
	color : darkgreen;
	text-align : center; 
}
td.cif_CoM {
	font-family : Vardana, sans-serif;
	font-weight : 700;
	color : darkslateblue;
	text-align : center; 
}


