body {
	font-family:Arial, Helvetica, sans-serif;
}
table tr td{
	font-size:12px;
}
p {
	font-size: 10pt;
}
.blacktext{
	font-size: 10pt;
}
.boldGRN {
	font-weight: bold;
	color: #006600;
}
.superBoldGRN {
	font-size:18pt;
	font-weight: bolder;
	color: #006600;
}
.smaller {
	font-size: 9pt;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #006600;
}
ul {
	font-size: 10pt;
}
li {
	font-size: 10pt;
	color: #000000;
	list-style-image: url(images/purBul.gif);
}
.greenText {
	font-size: 10pt;
	color: #006600;
}
.largeGreen {
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
}
.headerBlack {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
.headerBk{
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
}
.headerListBlack {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom:5px;
	color: #000000;
}
A.headerListBlack:link {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom:5px;
	color: #000000;
	text-decoration:none;
}
A.headerListBlack:visited {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom:5px;
	color: #000000;
	text-decoration:none;
}
.note {
	color:#660066;
	font-weight:bold;
	font-size:11pt;
}