div.ba_contact{
	margin-bottom: 30px;
}


/**************************************************************
* table
***************************************************************/

table{
	width: 740px;
	margin-bottom: 30px;
}

table.history{
	margin-bottom: 30px;
}

table th,
table td{
	padding: 8px 10px;
	font-size: 90%;
	font-weight: normal;
}

table th{
	white-space: nowrap;
	text-align: right;
	background-color: #FFD169;
	border-bottom: 1px solid #FFFFFF;
}

table td{
	padding-right: 5px;
	border-bottom: 1px solid #AAA5A2;
}

table td span{
	color: #FF0000;
}

table tr.head th{
	border-top: 1px solid #FFD169;
}

table tr.head td{
	border-top: 1px solid #AAA5A2;
}

table tr.end th{
	border-bottom: 1px solid #FFD169;
}