table.kaki {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
table.kaki th {
	border-width: 1px;
	padding: 2px;
	background: #927740;
	color: #E0D4C2;
	font-weight: bold;
	font-size: 12px;
}
table.kaki td {
	border-width: 2px;
	padding: 3px;
	border-bottom: 2px solid #c9b793;
	background: #E0D4C2;
	vertical-align: center;
}
table.kaki tbody tr:hover td { 
	background: #c9b793;
}
table.swainNormal {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	text-align: left;
	border-collapse: collapse;
}
table.swainNormal td {
	color: #ffffff;
	border-width: 2px;
	padding: 3px;
	vertical-align: center;
}
table.swainNormalJustified {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	text-align: left;
	border-collapse: collapse;
}
table.swainNormalJustified td {
	color: #ffffff;
	border-width: 2px;
	padding: 3px;
	vertical-align: center;
	text-align: justify;
}



