body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	background-color: #219A67;

}
p, .staticText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
a:link {
	font-weight: bold;
	color: #339966;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #339966;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #dbbe1b;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #339966;
}

.subTitle
{
	color: #CC0000;
	font-size: 14px;
	margin-top: 13px;
	margin-bottom: 6px;
	font-weight: bold;
}

ul { 
	margin-top: 6px;
	margin-bottom: 6px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	list-style-type: disc;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.hidden
{
	overflow: hidden;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
