@charset "UTF-8";
/* CSS Document */

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2F8914;
	letter-spacing: -1px;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF3300;
	letter-spacing: -1px;
}

.top_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 25px;
	padding-right: 10px;
}
.home_section {
	background-color: #FCEBC5;
	padding: 20px;
	border: 2px solid #F4B92C;
}


.bottom_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
	padding-left: 10px;
	height: 45px;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: none;
}
