table .table01 th{
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding-left: 20px;
	background-color: #407BB3;
	height: 30px;
}

table .table01 td{
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.border1 {
	border: 1px solid black;
}

.bold {
	font-weight: bold;
}

table td .aleft {
	text-align: left;
}

table td .acenter {
	text-align: center;
}

.colorEEEEEE{
	background-color: #EEEEEE;
}

.w50{
	width: 50px;
}

.w75{
	width: 75px;
}

.w100{
	width: 100px;
}

.w200{
	width: 200px;
}

.w250{
	width: 250px;
}

.w275{
	width: 275px;
}

.w300{
	width: 300px;
}

.w100p{
	width: 100%;
}

.w80p{
	width: 80%;
}