a:link
{
	color: rgb(96,0,1); 
}
a:visited
{
	color: rgb(96,0,1); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	font-size:10pt;
	background-color: rgb(96,0,1);
	color: rgb(0,51,51);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
normal
{
	font-family: Arial, Helvetica;
	font-size:10pt;
	background-color: rgb(96,0,1);
	color: rgb(0,51,51);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;

}
h1
{
	color: rgb(0,153,153);
	font-size:14pt;
}
h2
{
	color: rgb(102,102,102); 
	font-size:12pt;
}
h3
{
	color: rgb(153,153,102); 
	font-size:10pt;
}
h4
{
	color: rgb(0,153,153);
	font-size:8pt;
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}