BODY		{	margin:0;
				}
DIV			{	text-align:center;
				}
TH			{	line-height:150%;
				font-size:10pt;
				}
TD			{	line-height:175%;
				font-size:10pt;
				}
.red		{	color:ff0000;
				}
.bold		{	font-weight:bold;
				}
.small		{	font-size:8pt;
				}
.big		{	font-size:12pt;
				}
.smallred	{	font-size:8pt;
				color:ff0000;
				}
.smallbold	{	font-size:8pt;
				font-weight:bold;
				}
.bigbold	{	font-size:12pt;
				font-weight:bold;
				}
.redbold	{	color:ff0000;
				font-weight:bold;
				}
.smallboldred	{	font-size:8pt;
				font-weight:bold;
				color:ff0000;
				}
A:HOVER		{	color:ff6600;
				}
