body {
	color: #0000000;
	font-family: arial;
	font-size: 10pt;
}

.small {
	color: #0000000;
	font-family: arial;
	font-size: 8pt;
}

h1 {
	font-size: 14pt;
	color: 000000;
	font-family: arial;
}

h2 {
	font-size: 14pt;
	color: FF8903;
	font-family: arial;
}

a {
	color: #0000000;
	font-size: 12pt;
	font-family: arial;
	text-decoration : underline;
}

a:hover {
	color: #000000;
	font-size: 12pt;
	font-family: arial;
	text-decoration : none;
}

a:visted {
	color: #0000000;
	font-size: 12pt;
	font-family: arial;
	text-decoration : none;
}

a.small {
	color: #000000;
	font-size: 8pt;
	font-family: arial;
	text-decoration : underline;
}

a.small:hover {
	color: #000000;
	font-size: 8pt;
	font-family: arial;
	text-decoration : none;
}

a.small:visted {
	color: #000000;
	font-size: 8pt;
	font-family: arial;
	text-decoration : none;
}

small {
	color: #000000;
	font-size: 8pt;
	font-family: arial;
	text-decoration : underline;
}

.tableRowHeader {
	color: #0000000;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

.tableData {
	color: #0000000;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
}