body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: rgb(0,0,0);
	background-color: #E7FFE9;
	margin-top: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: rgb(0,0,0);
	text-align: justify;
	margin: 0px 0px 3px;
}

p.textcenter { 
	text-align: center; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #006600;
	margin: 5px auto 0px;
}

p.form { 
	font-size: 8pt; 
	font-weight: bold; 
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none; 
	color: #003300;
	font-style: normal;
	font-weight: bold;
}

a.menu:visited { 
	text-decoration: none;
	color: #003300;
}

a.menu:link {
	text-decoration: none;
	color: #003300;	
}

a.menu:hover {
	text-decoration: none;
	color: #006600;
}


a:link { 
	color: #003300;	
}

a:visited { 
	color: #003300;	
}

a:hover { 
	text-decoration: underline; 
	color: #006600;	
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	text-decoration: none; 
	color: rgb(0,0,0); 
	/*border : 1px dotted #CC0033;*/
}
.smallfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
}
.mark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003300;
	font-weight: bold;
}
.markbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #dcf4de;
}