BODY
{	margin-left: 1em; margin-right: 1em;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}
HR		      {color: #808080;}
A:link	      {color: #404040; text-decoration: underline}
A:visited     {color: #404040; text-decoration: underline}
A:active      {color: #404040; text-decoration: underline}
A:hover	      {color: #007000; text-decoration: underline}

TABLE
{	width: 100%;
	border-style: ridge;
}
TD
{	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	border-width: 0;
	border-style: none;
	padding: 0;
	background-color: #F0F0F0;
}
TD.c
{	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	border-width: 0;
	border-style: none;
	padding: 0;
	background-color: #D0F0F0;
	width: 80px;
}
TD.n
{	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	border-width: 0;
	border-style: none;
	padding: 6;
	background-color: #F0F0F0;
	width: 100%;
}
TD.a
{	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	border-width: 0;
	border-style: none;
	padding: 6;
	background-color: #D0F0F0;
	width: 100%;
}
H2
{	font-size: 13pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}
