a:link
{
	color: rgb(100,50,0);
	text-decoration: none; 
}
a:visited
{
	color: rgb(100,50,0);
	text-decoration: none;
} 
a:active 
{
	color: rgb(100,50,0);
	text-decoration: none;
}	
a:hover
{
	color: rgb(219,119,0);
	text-decoration: none;
		
}
body
{
	font-family: Arial, Helvetica;
	font-size  : 10pt;
	background-color: rgb(255,247,237);
	color: rgb(0,0,0);
	margin:0;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial, Helvetica;
	font-size  : 10pt;
	padding: 0;
}
.th
{
   background-color:rgb(156,104,44);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size  : 10pt;
	color: rgb(255,255,255)
}
.tch
{
   background-color:rgb(226,211,192);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size  : 10pt;
	color: rgb(0,0,0)
}
.tc
{
   background-color:rgb(255,245,233);
	font-family: Arial, Helvetica;
	font-type: normal;
	font-size  : 10pt;
	color: rgb(0,0,0)
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(51,102,153);
	font-size : 12pt;
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}
