html body
{
	font-family: arial, helvetica;
	color: black;
	font-size: 11pt;
	background: #FFFFFF;
	margin-bottom: 0;
	margin-left: 10;
	margin-right: 10;
	margin-top: 0;
}

p h1 h2 h3 h4 td ul li
{
	font-family: arial, helvetica;
	font-size: 11pt;
}

.TOC
{
	width: 200px; 
	float: right;
	vertical-align: top;
	top: 0px;
	border: 1px;
	border-style: solid;
	padding: 5 5 5 5;
	line-height: 11pt;
}

.TOC ul
{
	margin-left: 0;
	padding-left: 5;
	font-size: 8pt;
	list-style-type: none;
}

.TOC li
{
	display: block;
	width: 180px;
}

a:visited
{
	color: Blue;	
}

a
{
	text-decoration: none;	
}

a:hover
{
	color: #006699;
	background-color: #CCE0EB;
}

p
{	
	font-size: 11pt;
}

h1
{
	color: #000000;
	font-size: 14pt;
}

h2 
{
	color: #000000;
	font-size: 11pt;
}

h3 
{
	color: Gray;
	font-size: 11pt;
}

h4 
{
	color: Gray;
	font-size: 10pt;
	font-style: italic;
}

table
{
	width: 100%;
	border: 0;
}

td 
{
	font-size: 11pt;
}

img
{
	border: 0;
	vertical-align: middle;
}

.backToTop
{
	width: 24px; 
	float: right;
}

.firstCell
{
	width: 40px;
}

.secondCell
{
	width: 300px;
}

.thirdCell
{
	width: auto;
}