@charset "utf-8";
.style1 {
	font-size: 28px;
	color: #EEFFCD;
}
.style2 {
	font-size: 16px;
	color: #EEFFCD;
	letter-spacing: 1px;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {font-size: 9px}
.greenText {
	color: #53AF02;
	font-size: 9px;
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	font-size: 11px;
	text-decoration: none;
	color: #50AC03;
}
a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #50AC03;
}
a:active {
	font-size: 11px;
	text-decoration: none;
	color: #50AC03;
}
a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #50AC03;
	font-weight: normal;
}
.lightGreenHeading {
	color: #EEFFCD;
	font-size: 12px;
}
.lineSpacing {
	line-height: 15px;
}
