a:link
{
	color: rgb(0,102,102); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(102,102,102);
	table-border-color-dark: rgb(0,0,0); 
	font-size: 10pt;
}

h1           { color: #000000; font-family: Arial; font-size: 36pt; font-weight: bold }
h2           { color: #000000; font-family: Arial; font-size: 24pt; font-weight: bold }
h3           { color: #000000; font-family: Arial; font-size: 18pt; font-weight: bold }
h4           { color: #000000; font-family: Arial; font-size: 14pt; font-weight: bold }
h5           { color: #000000; font-family: Arial; font-size: 12pt; font-weight: bold }
h6           { color: #000000; font-family: Arial; font-size: 10pt; font-weight: bold;
}

bulleted list       { color: #000000; font-family: Arial; font-size: 10pt; list-style-type: square;
}
normal
{ color: #000000; font-family: Arial; font-size: 10pt;
}