#temptitle {
	clear: both;
	height: 24px;
	margin-bottom: 20px;
	padding-top: 8px;
	text-align: center;
	font-size: large;
	font-weight: bold;
	color: #D9F0CB;
	background-color: #1D4F28;
}

#tempbody {
	background-image: url("/images/background.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#tempbodyfixed {
	background-image: url("/images/background.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

#tempmain {
	margin-left: 20px;
	margin-right: 20px;
}

.note {
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	color: #1D4F28;
}

.img {
}

#tempterm {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 2px;
	border-color: #D9F0CB;
	border-width: 2px;
	border-top-style: dotted;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

