.myfont {
	font-size: 14px;
	line-height: 150%;
}

.myfont1 {
	font-size: 12px;
	line-height: 150%;
}
.myfont2 {
	font-size: 12px;
	line-height: 200%;
}

.font1 {
	font-size: 14px;
	font-weight: bold;
	color: #52790F;
}
.font2 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #99C74D;
	text-decoration: none;
}
.uline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #B7DD8C;
	border-right-color: #B7DD8C;
	border-bottom-color: #B7DD8C;
	border-left-color: #B7DD8C;
	font-size: 13px;
}

