/* CSS Document */

.repotable{
	width: 90%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.repotable th{
	text-align: left;
	font-weight: normal;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #009999;
}

.repotable td{
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

.repotable2{
	width: 90%;
	border-collapse: collapse;
	margin-bottom: 50px;
}

.repotable2 th{
	text-align: left;
	font-weight: normal;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #0099FF;
}

.repotable2 td{
	padding: 3px;
	border-bottom: 1px solid #ccc;
}