
<!--
a {  text-decoration: none}
a:active {  color: #BBEE55; text-decoration: none}
a:hover { color: #2222AA; text-decoration: none }
.data {
		color: white;
}
.header1 {	font-family: Arial, Helvetica, sans-serif; 
		font-size: 13pt;
		font-style: bold;
		line-height: normal;
		font-weight: normal;
		color: black;
		text-decoration: none
	}
.header {	font-family: Arial, Helvetica, sans-serif; 
		font-size: 9pt;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		color: black;
		text-decoration: none
	}
.MainMenu {	font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: black;
		text-decoration: none
	}
.SubMenu {	font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		color: #77AA11;
		bgcolor: #FFFFFF;
		text-decoration: none
	}
.BaseText {	font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		color: black;
		text-decoration: none
	}
tr.rowodd {
		background-color: #ccffcc;
		border: none;
		border-right: 1px solid #1e7f05;
		border-left: 1px solid #1e7f05;
}
tr.roweven {
		background-color: #bbeebb;
		border: none;
		border-right: 1px solid #1e7f05;
		border-left: 1px solid #1e7f05;
}
-->
