a:link
{
	color: rgb(51,103,153);
	text-decoration: none; 
	font-weight:bold;
}
a:visited
{
	color: rgb(102,102,102);
	text-decoration: none;
	font-weight:bold;
} 
a:active 
{
	color: rgb(255,0,0);
	text-decoration: none;
	font-weight:bold;
}
body
{
	font-family: Arial, Helvetica;
	font-size:10pt;
	text-align:justify;
	line-height: 120%;
	margin:2px 2px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	scrollbar-highlight-color:FFFFFF;
	scrollbar-base-color:336799;
	scrollbar-arrow-color:FFFFFF;
	scrollbar-shadow-color:336799;
	
	topmargin="8";
	leftmargin="8";
	rightmargin="8";
	bottommargin="8";
	marginwidth="8";
	marginheight="8";
	
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
	
	font-family: Arial, Helvetica;
	font-size:10pt;
	text-align:justify;
	line-height: 120%;
	margin:2px 2px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	scrollbar-highlight-color:FFFFFF;
	scrollbar-base-color:336799;
	scrollbar-arrow-color:FFFFFF;
	scrollbar-shadow-color:336799;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	margin:2 0;
	color: #336799;
	font-weight:bold;
	line-height:1.3;
	font-family: Helvetica, Arial;
	font-size:14pt
}
h2
{
	margin:2 0;
	color: #336799;
	font-weight:bold;
	line-height:1.3;
	font-family: Helvetica, Arial;
	font-size:12pt
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
