a:link
{
	color: rgb(27,87,141); 
	text-decoration: none;
}
a:visited
{
	color: rgb(27,87,141);
	text-decoration: none;	 
} 
a:active 
{
	color: rgb(27,87,141);
	text-decoration: none;	
}

a:hover 
{
	color: rgb(0,155,0);
	text-decoration: underline;	
}

body
{
	font-family: Arial, Verdana, Helvetica;
	font-size  : 10pt;
	background-color: rgb(255,255,255);
	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, Verdana, Helvetica;
	font-size  : 10pt;
}
.th
{
   background-color:rgb(27,87,141);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size  : 10pt;
	color: rgb(255,252,150)
}
.tch
{
   background-color:rgb(26,102,164);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size  : 10pt;
	color: rgb(255,255,255)
}
.tc
{
   background-color:rgb(222,238,251);
	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);
}
