/************ table01 styles ************/

.table01 {
	display:block; 
	background:url(images/b01line.gif) left repeat-y; 
	width:581px;
}

.table01 .wrap {
	display:block; 
	background:url(images/b01line.gif) right repeat-y;
}

.table01 .tab_top {
	background:url(images/table01topb.gif) top left no-repeat;
}

.table01 .tab_bot {
	background:url(images/table01botb.gif) bottom left no-repeat;
	padding-bottom:2px;
}

.table01 .headrow {
	 display:block;
	 height:58px; 
	 font-size:12px; 
	 font-weight:bold; 
	 color:#5c6063; 
	 text-align:center;
}

.table01 .headrow .col04{
	 padding-top:21px;
}

.table01 .tab_row {
	 display:block;
	 clear:both; 
	 font-size:12px; 
	 color:#5c6063; 
	 text-align:center;
	 border-bottom:1px solid #e8e5d6;
}

.table01 .col01 {
	 width:100px;
	 padding-top:13px; 
	 float:left;
	 font-weight:bold; 
}

.table01 .col03 {
	 width:180px;
	 padding-top:13px;  
	 float:left;
}

.table01 .col04 {
	width:300px;
	padding-top:13px;  
	float:left;
	text-align:left!important;
}

.table01 .col04 strong {
	font-size:14px;
	color:#e53500;
}

.table01 .noline {
	border-bottom:none;
}

.table01 .normal {
	font-weight:normal;
}

.table01 .bigger {
	font-size:18px !important;
	padding-top:10px;
	color:#e53500;
}


