BODY {
	font-size: 10pt;
	color: #000000;
	font-family: sans-serif;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: red;
	font-size: 12pt;
}

p.toc {
	margin-left: 10pt
}

p.document {
	margin-left: 20pt;
	margin-right: 20pt;
	font-size: 11pt;
	text-align: justify;
}

h2 {
	font-family: sans-serif;
}

h3 {
	font-family: sans-serif;
}

TABLE.info {
	font-size: 10pt;
}

TR.head  {
	font-weight: bold;
	text-align: center;
}

TR.infoCenter  {
	text-align: center;
}

TABLE.infoSmall  {
	font-size: 8pt;
}

