a:link
{
	color: rgb(150,0,0);
	text-decoration: none; 
}
a:visited
{
	color: rgb(150,0,0);
	text-decoration: none;
} 
a:active 
{
	color: rgb(150,0,0);
	text-decoration: none;	
}
a:hover
{
	color: rgb(150,0,0);
	text-decoration: underline;	
}

body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	background-image:url('images/bg.gif');
}

p
{
	font-family: Arial;
	font-size  : 12px;
	color: #000000;
	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(120,50,10);
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(200,200,200);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(250,230,200);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0)
}
.tc1
{
    background-color:rgb(250,230,200);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0)
}
.tc2
{
    background-color:rgb(252,246,236);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0)
}


.tccount
{
    
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(200,0,0)
}

.hd
{
	font-family: Times New Roman;
	font-size  : 18pt;
	font-weight: normal;
	color: rgb(0,50,200)
}

.shd
{
	font-family: Arial;
	font-size  : 17px;
	font-weight: bold;
	color: rgb(120,50,0)
}

.tb
{
    border:1px solid #C0C0C0; background-color:#FFFFE1;
	font-family: Arial;
	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(0,0,0);
   list-style-image:url('images/listbullet.gif');
}


h1
{
	font-family: Arial;
	font-size  : 20px;
	font-weight: normal;
	color: rgb(200,0,0)
}