a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body 
{ 
	font-family: Arial, Helvetica;
	color: black; 
	background: white;
	margin-top: 0em; 
	margin-bottom: 0em;
 
}

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}

h1 
{ 
	font-size: 200%; 
	color: rgb(0,0,0);
	margin-top: 0em; 
	margin-bottom: 0em;

}
h2 
{ 
	font-size: 150%;
	color: rgb(0,0,0);
	margin-top: 0em; 
	margin-bottom: 0em;
  
}
h3 
{ 
	font-size: 100%;
	color: rgb(0,0,0);
	margin-top: 0em; 
	margin-bottom: 0em; 
}
normal
{
	font-family: Arial, Helvetica;
	color: black; 
	background: white;
	margin-top: 0em; 
	margin-bottom: 0em;
}
