body {
	font-size: 1em;
}
p, li {
	line-height: 1.3em;
	color: #000;
}
#contentWell {
	margin: 0 auto 0 auto;
}
#clc {
	width: 100%;
	padding: 7px 0 7px 0;
	border-bottom: dotted 1px #808284;
	text-align: center;
}
#cmc {
	width: auto;
	clear: both;
	padding: 0 7px 0 7px;
	border: none;
	border-bottom: dotted 1px #808284;
}
* html #clc {
	width: 98%;
}
* html #cmc {
	width: 98%;
}
#crc {
	width: 100%;
	clear: both;
}
/* =Menu ========================================= */
#menu li {
	float: left;
	border-bottom: none;
	border-right: dotted 1px #808284;
	padding: 0 7px 0 7px;
	font-size: 1.3em;
}
#menu li.lastItem {
	border-right: none;
}
.menuImage {
	display: none;
}
.topMenu li {
	font-size: 1.2em;
}

input {
	font-size: 1.3em;
}
select {
	font-size: 1.3em;
}