@charset "utf-8";
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #39B54A;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39B54A;
	text-decoration: none;
	font-weight: bold;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	list-style-type: square;
}
.maintxtheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #39B54A;
	font-weight: bold;
}
.maintxtheadernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #39B54A;
	font-weight: bold;
}
.maintxtwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	list-style-type: square;
}

