* {
	margin: 0;
	padding: 0;
}


/* OPTIONS TABLE FOR BK */

table {
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

td {	
	border: 1px solid black;
	padding: 2px;
	text-align: center;
}

.leftalign {
	text-align: left;
}

.leftalign2 {
	text-align: left;
	border-left: none;
	border-top: none;
}

.leftalign3 {
	border-left: none;
	border-bottom: none;
	border-right: none;
	text-align: left;
}

.altbg {
	background: #b9c2c7;
}
