a:link
{
	color: rgb(150,50,0); 
	text-decoration: none
}
a:visited
{
	color: rgb(150,50,0); 
	text-decoration: none
} 
a:active 
{
	color: rgb(128,0,128); 
	text-decoration: none
}
a:hover
{
	color: rgb(128,0,128);
	text-decoration: underline
}

body
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size  : 10pt;
	background-color: rgb(255,252,225);
	color: rgb(0,0,0);
	margin:0
}

table
{
    table-border: 1px;
	table-border-color: rgb(255,205,185);
	font-family: Trebuchet MS, Arial, Verdana;
	font-size  : 10pt;
	padding: 0;
}
.th
{
    background-color:rgb(150,50,0);
	font-family: Trebuchet MS, Arial, Verdana;
	font-size  : 10pt;
	font-weight: Bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(255,205,185);
	font-family: Trebuchet MS, Arial, Verdana;
	font-size  : 10pt;
	font-type: bold;
	color: rgb(0,0,0)
}
.tc
{
   background-color:rgb(255,235,214);
	font-family: Trebuchet MS, Arial, Verdana;
	font-size  : 10pt;
	font-type: normal;
	color: rgb(0,0,0)
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Tahoma;
	font-size : 10 pt;
}
h1
{
	font-family: Arial, Trebuchet MS, Verdana, Tahoma;
	color: rgb(15,75,100);
	font-size : 10 pt;
}
h2
{
	color: rgb(232,112,23); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}