.maintext {
	margin:0 0px 0px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.maintext p {padding:5px 0 0 0; margin:0;}
.maintext p.bold {font-weight:bold;}
.maintext h2 {margin:0; padding:0;}


.switch {
	display:block;
	font-size:12px;
	width:16px;
	height:16px;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: underline;
}
.off {background:url(minus.gif);}
.hide {display:none;}
.show {
	position:absolute;
	display:block;
	width:200px;
	background:#fff;
	border:1px solid #000;
	padding:10px;
	margin-top:0px;
	z-index:500;
	left: 200px;
	top: 400px;
}
.show img {float:right; padding:0 10px 10px 0;}

