
.lggreen {
	font-family: rockwell, Arial, sans-serif;
	font-style:italic;
	font-size:18px;
	color: #33CC00;
	font-weight: bold;	
}
.grntitle {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:14px;
	color: #33CC00;
	font-weight: bold;	
}
ul {
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-size: 12px;
	line-height: 16px;
}

ol {
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}
.greenlink {
	color:#33CC00;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}	
.greenlink:link {
	color:#33CC00;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
.greenlink:hover {
	color:#33CC00;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.greenlink:visited {
	color:#333333;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

