a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(153,204,204); 
} 
a:active 
{
	color: rgb(102,255,0);
}
body
{
	font-family: Times New Roman, Times, Garamond;
	font-size: 10pt;
	line-height: 100%;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Verdana;
	line-height: 100%;
	text-indent: 0;
}
h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	margin-top: 1px;
	border-top: 1px;
	padding-top: 1px;
}
h2
{
	font-family: Times New Roman, Times, Garamond;
	font-size: 13pt;
	color: #000000;
	margin-left: 10px;
	border-left: 10px;
	padding-left: 10px;
}
h3
{
	font-size: 10pt;
	color: #000000;
	margin-left: 10px;
	border-left: 10px;
	padding-left: 10px;
}
h4
{
	font-family: Times New Roman, Times, Garamond;
	font-style: italic;
	font-size: 10pt;
	color: #000000;
	margin-left: 10px;
	border-left: 10px;
	padding-left: 10px;
}
h5
{
	font-size: 10pt;
	color: #000000;
}
h6
{
	font-size: 10pt;
	color: #FF0000;
}
#compnotes
{
	font-size: 10pt; 
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
	border-left: 20px;
	padding-left: 20px;
}