a:link
{
	color: rgb(50,50,50);
	text-decoration: none; 
}
a:visited
{
	color: rgb(50,50,50);
	text-decoration: none; 
} 
a:active 
{
	color: rgb(50,50,50);
	text-decoration: none; 
}
a:hover
{
	color: rgb(0,0,0);
	text-decoration: underline;
}

body
{
	font-family: Arial;
	font-size  : 12px;
	bckground-color: rgb(220,220,220);
	color: rgb(70,70,70);
	margin:0;
	bckground-image:url('images/bg.gif');
}

p
{
	text-align: justify;
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(220,0,0);
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tc1
{
    background-color:rgb(255,255,255);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(70,70,70)
}
.tch
{
    background-color:rgb(120,120,120);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(235,235,235);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(70,70,70)
}
.tb
{
    border:1px solid #C0C0C0; background-color:#FFFFE1;
	font-family: Tahoma;
	font-size  : 12px;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}
ul
{
	font-family: Arial;
	font-size  : 12px;
   font-style: normal;
   color: rgb(70,70,70);
   list-style: square;

}
.hd
{
	font-family: Arial ;
	font-size  : 20px;
	font-weight: bold;
	color: rgb(255,255,255)
}

h1
{
	font-family: Arial ;
	font-size  : 17px;
	font-weight: bold;
	color: rgb(200,0,0)
}
h3
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(0,50,150)
}