/* ---------- content ----------*/
.bold {
	font-weight: bold;
}

.redbold {
	color: #ff0000;
	font-weight: bold;
}

.f80 {
	font-size: 80%;
}

#content{
	width: 860px;
	padding: 0px 20px 20px 0px;
}

#content h1 {
	font-size: 180%;
	color: #ffeb40;
	margin-bottom: -10px;
}

#content .text {
	color: #222222;
}

#content h2 {
	font-size: 120%;
	color: #339060;
	margin-bottom: -10px;
}

#content h3 {
	font-size: 120%;
	color: #222222;
	margin-bottom: 0px;
}

#content h4 {
	font-size: 110%;
	color: #222222;
	margin-bottom: -10px;
}

#content td {
	 background-color: #ffffff;
}

#back {
	float: left;
	display: inline;
	font-size: 90%;
}

#go2top {
	float: right;
	display: inline;
	font-size: 90%;
	background-image: url("/images/go2top.gif");
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 30px;
}

