@charset "UTF-8";


.column-list {
	list-style-type:none;
	font-size:7.3pt;
	color:#FFFFFF;
	width:240px;
	display:inline;
}
.column-list li {
	float:left;
}
.column-list li.col1 {
	padding: 5px 0 0 0;
	height: 18px;
	width:98px;
	text-align:left;
	border-bottom-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.column-list li.col2 {
	padding: 5px 10px 0 0; 
	height: 18px; 
	width:22px;
	text-align:right;
	border-bottom-width:1px;
	border-left-width:0;
	border-right-width:1px;
	border-top-width:0;
	border-bottom-style: solid;
	border-right-style:solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.column-list li.col3 {
	padding: 5px 0 0 10px; 
	height: 18px; 
	width:95px;
	text-align:left;
	border-bottom-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.column-list li.col4 {
	padding: 5px 0 0 0; 
	height: 18px; 
	width:25px;
	text-align:right;
	border-bottom-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.column-list li.col1none {
	padding: 5px 0 0 0;
	height: 18px;
	width:95px;
	text-align:left;
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.column-list li.col2none {
	padding: 5px 10px 0 0; 
	height: 18px; 
	width:25px;
	text-align:right;
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:1px;
	border-top-width:0;
	border-bottom-style: solid;
	border-right-style:solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.column-list li.col3none {
	padding: 5px 0 0 10px; 
	height: 18px; 
	width:95px;
	text-align:left;
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.column-list li.col4none {
	padding: 5px 0 0 0; 
	height: 18px; 
	width:25px;
	text-align:right;
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.column-list br {
	clear: left;
}

