a:link
{
	color: rgb(123,74,67); 
}
a:hover
{
	color: rgb(67,123,74); font-weight: 600;
} 
a:visited
{
	color: rgb(74,67,123); 
} 

a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0); font-size: 10pt
}
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: Times New Roman, Times;
}
h1
{
	color: rgb(123,74,67); font-size: 18pt;
}
h2
{
	color: rgb(123,74,67); font-size: 16pt;
}
h3
{
	color: rgb(123,74,67); font-size: 14pt;
}
h4
{
	color: rgb(123,74,67); font-size: 12pt;
}
h5
{
	color: rgb(123,74,67); font-size: 10pt;
}
h6
{
	color: rgb(153,153,102);
}td           { font-family: arial, helvetica; font-size: 10pt }
p            { font-family: arial, helvetica; font-size: 10pt }