body	{
	color: #ffffff;
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	margin: 3px;
	padding: 0px;
	}

h1	{
	font-size: 11pt;
	}

h1.black
	{
	font-weight: bold;
	text-align: left;
	color: #000000;
	}

h2.black
	{
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	}

h3	{
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	}

h3.white
	{
	font-size: 8pt;
        color: #ffffff;
	}

h4	{
	font-size: 10pt;
	font-weight: bold;
	color: #fe7e1e;
	font-family: verdana, arial, sans-serif;
	}

h5	{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	}

table.black	
	{
	background-color: #000000;
	}

table.white
	{
	background-color: #ffffff;
	}

table.orange
	{
	background-color: #fe7e1e;;
	}

tr.black
	{
	background-color: #000000;
	}

tr.white
	{
	background-color: #ffffff;
	}

td.black
	{
	background-color: #000000;
	}

td.white
	{
	background-color: #ffffff;
	}

td.gray
	{
	background-color: #ffffff;
	padding: 5px;
	}

a	{
	font-size: 10pt;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	}

a:hover
	{
	color: #ffffff;
	text-decoration: underline;
	}

a:link 
	{
	font-size: 10pt;
	color: #ffffff;
	}

a:visited
	{
	color: #ffffff;
	}

a.white	{
	color: #ffffff;
	font-size: 8pt;
	}

a.black
	{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}

a.plainblack
	{
	color: #000000;
	font-size: 8pt;
	}
a.listblack
	{
	color: #000000;
	text-decoration: italic;
	font-size: 10pt;
	}

hr	{
	text-align: center;
	height: 1px;
	color: #000000;
	}
	
hr.half	{
	text-align: center;
	height: 1px;
	color: #000000;
	width: 50%;
	}

