body{
	background-color: White;
	margin: 0 0 0 0;
}
center,div,p,table,td,tr,form,option,select,input,dl,ol,ul,li,ol,ul {
	font-family: helvetica, arial, geneva, "sans serif";
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

p.white {
	font-family: helvetica, arial, geneva, "sans serif";
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

p.herge {
	font-family: "Times New Roman";
	font-size: 30pt;
	font-weight: normal;
	color: black;
}

a {
  font-family: helvetica, arial, geneva, "sans serif";
  font-size: 10pt;
  text-decoration: underline;
  font-weight: bold;
  color: #d27800;
  background-color: transparent;
}

a:hover {
  font-family: helvetica, arial, geneva, "sans serif";
  font-size: 10pt;
  text-decoration: underline;
  font-weight: bold;
  color: Green;
  background-color: transparent;
}

img.hidden {
	height: 0px;
	width: 0px;
}

table.hidden {
	font-family: helvetica, arial, geneva, "sans serif";
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	width: 0px;
}

A.logo {
	text-decoration: none;
	color: black;
	font-family : Arial, Helvetica, Verdana, Geneva;
	font-size : 10px;
	font-weight : bold;
}

A.logo:Hover {
	text-decoration: underline;
	color: black;
	font-family : Arial, Helvetica, Verdana, Geneva;
	font-size : 10px;
	font-weight : bold;
}