body{
	font-size: 11pt
}
h3 {
	font-size: 18pt;
	font-weight: bold;
	color: #00a020;
}
.l2 {
	font-size: 16pt;
	font-weight: bold;
}
.l1 {
	font-size: 12pt;
	font-weight: bold;
}
.l1b {
	font-size: 12pt;
	font-weight: bold;
	color: green;
}
.11pt {
	font-size: 11pt;
	XXcolor: black;
}
.10pt {
	font-size: 10pt;
	font-weight: normal;
}
th {
	font-size: 11pt;
	color: white;
	background-color: #00ae50;
}
td {
	font-size: 11pt;
	color: black;
}
a	{
	text-decoration: none;
	color: darkgreen;
}
a:link	{
	text-decoration: none;
	color: darkgreen;
}
a:visited	{
	text-decoration: none;
	color: darkgreen;
}
a:active	{
	color:  white;
	background-color: #00b050;
	text-decoration: underline;
}
a:hover	{
	text-decoration: none;	 
	color:  white;
	background-color: #00b050;
}
a.wide {
	text-decoration: none;	 
	display: block;
	width: 100%;
	height:100%;
}
a.wide:hover {
	text-decoration: none;	 
	background-color: #00b050;
	color: white;
	width: 100%;
	height: 100%;
}
.caution{
	color: red;
	font-weight: bold;
	XXfont-size:11pt;
}
.caption{
	color: darkgreen;
	font-weight: bold;
	font-size:12pt;
}
dt{
	color: darkgreen;
	font-weight: bold;
	font-size:12pt;
}
.10pt { color:darkgreen; font-size:10pt;}
.12pt { color:darkgreen; font-size:12pt;}
.12pt-bold {
	font-size:12pt;
	color:darkgreen;
	font-weight: bold;
}
.11pt-bold {
	font-size:11pt;
	color:darkgreen;
	font-weight: bold;
}
.copyright{ color:darkgreen; font-size:10pt;}