.maintext {
	padding: 1em; 
	border: 1px solid #dddddd; 
	margin: 0 20px 10px 0;
}
.maintext p {
	padding: 5px 0 0 0;
	margin: 0;
}
.maintext p.bold {
	font-weight: bold;
}
.maintext h2 {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #000033;
}
.maintext img {
	border: 2px solid #000033;
}
.underline {
	text-decoration: underline;
}

.switch {
	display: block;
	font-size: 1px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url(../images/switch/plus.gif);
}
.off {
	background-image: url(../images/switch/minus.gif);
}
.hide {
	display: none;
}
.show {
	position: static/relative;
	display: block;
	width: 650px;
	background: #ffffff;
	border: 1px solid #000;
	padding: 10px;
	margin-top: 5px;
	z-index: 500;
}
.show img {
	float: left;
	padding: 0 10px 10px 0;
}
