@charset "utf-8";
/* CSS Document */

.heading1 {
	font-size:1.2em;
	color:#599439;
	font-weight:bold;
	padding-bottom:8px;
}
.heading2 {
	font-size:1.2em;
	color:#666666;
	font-weight:bold;
	padding-bottom:8px;
}
.homeHeading {
	font-size:1em;
	color:#E8EEF5;
	font-weight:bold;
	padding-bottom:8px;
}
.homeBody_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:12px;
	color:#C8D8E8;
}
.body_text {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-size:1.1em;
	line-height:15px;
}
.tips_heading {
	color:#B0CCA0;
	font-size:1em;
	font-weight:bold;
}
.tips_text {
	color:#D2E2C9;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
}

.small_text {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
}

.tiny_text {
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:10px;
}
.img {
	border-bottom:1px solid #599439;
	border-top:1px solid #666;
	margin-bottom:5px;
	}
