@charset "UTF-8";
#kolealinks2/* CSS Document */

 {
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #E3E7F9;
	font-size: 93%;
}

/*We repeat the border information for all of the inner elements and set their padding to 5 pixels.*/

td,th{
	border-collapse:collapse;
}	
.leftcol {
	border-bottom: 1px solid #28456B;
	padding-left: 5px;
}
col {
	border-left: 1px solid #28456B;
}
.colrates {
	text-align: center;
	border-left: 1px solid #28456B;
	border-bottom: 1px solid #28456B;
	border-collapse:collapse;
	padding: 6px;
}
caption/*The same applies to headers, and to distinguish between headers in the head and those in the body of the table, we use descendant selectors:*/

 {
	text-align:center;
	background-color: #B9C9FE;
	padding: 12px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 105%;
}
tbody th{
	text-align:center;
	background-color: #B9C9FE;
	border-bottom: 1px solid #28456B;
	padding: 6px;
}

/*The same descendant selectors help us defining the differences for the data cells:*/

tfoot td{
	text-align:center;
	background-color: #B9C9FE;
	border-bottom: none;
	padding: 10px;
}
.td_jacks   {
	text-align: justify;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #28456B;
}
tbody td{
}
tbody tr.odd td{
}

#fn,#dp,#ar{
	border-bottom: 1px solid #28456B;
}
.kolealinks2_h1  {
	text-align: center;
	font-size: 120%;
}
