@charset "utf-8";
/* CSS Document */

.txt1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	line-height: 17px;
	text-align: left;
}
.txt2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCC;
	line-height: 25px;
	text-align: left;
}
.txt3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
	text-align: left;
}
.txt4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #8DC63F;
	line-height: 25px;
	text-align: left;
}
a:link {
	color: 333;
}
a:visited {
	color: 333;
}
a:active {
	color: 333;
}
a:hover {
	color: 8DC63F;
}

