.doublepage .col1 .accordian {
	text-align: left;
	font-size: .9em;
	line-height: 14pt;
	font-family: Arial, Sans-Serif;
	color: #666;
}

.doublepage .col1 .accordian {
	width: 670px;
	margin-top: 10px;
}

.doublepage .col1 .accordian li {
	list-style-type: none;
	padding-top: 15px;
}

.doublepage .col1 .accordian li span {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}

.doublepage .col1 .dimension {
	height: 19em;
	overflow-y: auto;
}
	
.doublepage .col1 .even, .odd {
	font-weight: bold;
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;
}
	
.doublepage .col1 .even {
	border-top: 1px #666 dotted;
	background-color: #fff;
}
	
.doublepage .col1 .odd {
	background: #eee;
	color: #666;
	border-top: 1px #999 dotted;
}

