body	
	{
	font-size: 10pt;
	color: #000080;
	background-color: #FFFFFF;
 	}

a:link 	{
	color: #3366FF;
	}

a:visited 
	{
	color: #000099;
	}

a:hover {
	font-weight: bold;
	color: #FF6666;
	}

table
	{
	text-align: center;
	vertical-align: top;
	color: #000000;
	border-width: 1pt;
	border-style: solid;
	border-color: #C0C0C0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 1em 0pt 1em 0pt;
	}

th, th.mid, th.label, td, td.label
	{
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	color: #000066;
	border-width: 1pt;
	border-style: solid;
	border-color: #C0C0C0;
	background: #CCFFFF;
	}

th
	{
	font-weight: bold;
	text-indent: 1em;
	border-width: 1pt;
	}

th.mid
	{
	text-align: center;
	text-indent: 0em;
	font-weight: bold;
	color: #6666FF;
	}
      
th.label
	{
	text-align: center;
	text-indent: 0em;
	font-weight: bold;
	color: #FFFFFF;
	background: #66CCFF;
	}
	
td
	{
	font-weight: normal;
	color: #000080;
	background: #FFFFFF;
	line-height: 130%;
	}

td.label
	{
	font-weight: bold;
	color: #FFFFFF;
	background: #66CCFF;
	}

td.cx {
	text-align:center;
	}

td.cz
	{
	font-weight: bold;
	color: #FFFFFF;
	background: #66CCFF;
	line-height: 220%;
	}