a:link
{
	color: rgb(158,54,168); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(158,54,168);
    text-decoration: underline;
} 
a:active 
{
	color: rgb(158,54,168);
    text-decoration: underline;
}
a:hover
{
	color: rgb(158,54,168);
    text-decoration: none;
}

body
{
	font-family: Arial;
	font-size: 9 pt;
	color: rgb(0,0,0);
	bckground-color:rgb(241,241,241);	
	background-image:url('images/bg.jpg');
}

table
{
	font-family: Arial;
	font-style: normal;
	font-size: 9 pt;
	color: rgb(0,0,0);
	background-color:rgb(255,255,255);

}

.th
{
    background-color:rgb(100,0,200);
	font-family: Arial, Verdana;
	font-size  : 11pt;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(255,200,100);
	font-family: Arial, Verdana;
	font-size: 10 pt;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 9 pt;
	color: rgb(0,0,0);
}


p
{
	align: justify;
	line-height: 150%;
}



h1
{
	font-family: Arial Narrow;
	font-size  : 16pt;
	font-weight: bold;
	color: rgb(255,255,255)
}

h2
{
	font-family: Arial, Verdana;
	font-size  : 11pt;
	font-weight: bold;
	color: rgb(2,25,128)
}


.tb
{
	font-family: Arial;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #E9F3FF;
}


}
ul
{
   list-style-image:url('images/listbullet.gif');
}