a:link
{
	color: rgb(0,65,144); 
	text-decoration: none; 
}
a:visited
{
	color: rgb(0,65,144); 
	text-decoration: none; 
} 
a:active 
{
	color: rgb(0,65,144); 
	text-decoration: none;
}
a:hover
{
	color: rgb(225,0,0); 
	text-decoration: underline;
}

body
{
	font-family: Verdana, Tahoma,;
	font-size  : 8pt;
	background-color: rgb(245,235,214);
	color: rgb(97,18,0);
	margin:0;
}

p
{
	font-family: Verdana, Tahoma,;
	font-size  : 8pt;
	align: justify;
	line-height: 200%;
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Verdana, Tahoma,;
	font-size  : 8pt;
}
.th
{
    background-color:rgb(206,0,38);
	font-family: Verdana, Tahoma,;
	font-size  : 8pt;
	font-type: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(239,234,225);
	font-family: Verdana, Tahoma,;
	font-size  : 8pt;
	font-type: bold;
	color: rgb(206,0,38)
}
.tc
{
    background-color:rgb(221,221,221);
	font-family: Verdana, Tahoma,;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)
}

ul
{
   font-family: Verdana, Tahoma,;
   font-size  : 8pt;
   font-style: normal;
   color: rgb(97,18,0);
   list-style-image:url('images/bullet.gif');



h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Tahoma;
}
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);
}