a:link
{
	color: rgb(128,0,128); 
}
a:visited
{
	color: rgb(128,0,128); 
} 
a:active 
{
	color: rgb(200,0,0);
}
body
{
	font-family: Arial, Helvetica;
	font-size  : 10pt;
	background-image: url('images/pagebg.jpg');
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0
}
table
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
.th
{
   background-color:rgb(150,150,250);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size: 10pt;
	color: rgb(255,255,255)
}
.tch
{
   background-color:rgb(235,235,235);
	font-family: Arial, Helvetica;
	font-type: bold;
	font-size: 10pt;
	color: rgb(0,0,0)
}
.tc
{
   background-color:rgb(255,255,255);
	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);
}