BODY	{
	margin-top:10;
	margin-left:10;
	margin-right:10;
	margin-bottom:0;
	background-color:white;
	color:black;
	line-height:140%;
	font-size: 10pt;
	}
H1 	{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16pt;
	text-align:center;
	margin-top: 10;
	margin-bottom: 10;
	}
H2	{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14pt;
	text-align:center;
	}
H3	{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;
	}
LI	{
	line-height:110%;
	}
CAPTION	{
	font-weight:bold; 
	}
TH	{
	background-color:#CCCCFF;
	color:black;
	font-size: 10pt;
	}
TD	{
	font-size: 10pt;
	}
blockquote {
	font-size: 10pt;
	}
pre {
	border-style     : solid;
	border-width     : 1px 1px 1px 1px;
	background-color:#CCFFFF;
	font-size: 10pt;
	}
A:link {
	color:green; 
	text-decoration:none;
	}
A:visited {
	color:blue; 
	text-decoration:none;
	}
A:hover {
	color:red; 
	text-decoration:underline; 
	}
A:active {
	color:orange; 
	text-decoration:underline; 
	}
