a:link
{color: rgb(0,0,102);  text-decoration: none}
a:visited
{color: rgb(0,0,102);  text-decoration: none} 
a:hover 
{color: rgb(0,0,102);  text-decoration: underline}

a:link.b
{color: rgb(0,0,102);  text-decoration: underline}
a:visited.b
{color: rgb(0,0,102);  text-decoration: underline} 
a:hover.b
{color: rgb(0,0,102);text-decoration: none}

a:link.c
{color: rgb(0,0,102);  text-decoration: none; font-size: 9pt}
a:visited.c
{color: rgb(0,0,102);  text-decoration: none; font-size: 9pt} 
a:hover.c
{color: rgb(0,0,102);text-decoration: underline; font-size: 9pt}

.fs		{ font-family: Arial, Helvetica; font-size: 10pt; font-weight: normal; text-decoration: none; color: #336633}


body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: #336633; font-size:10pt
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(204,153,0);
}
h2
{
	color: rgb(51,102,51); 
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}
