a:link
{
	color: rgb(159,160,24); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(159,160,24); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(159,160,24); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(0,0,0); 
    text-decoration: none;
}


a.link:link
{
	color: rgb(0,0,0);
	text-decoration: none; 
}
a.link:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
} 
a.link:active 
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a.link:hover
{
	color: rgb(133,133,19);
	text-decoration: none;			
}


body
{
	font-family:  Arial;
	font-size: 13px;
	color: rgb(0,0,0);
	background-color:rgb(245,245,207);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 13px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:rgb(160,160,26);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(238,238,238);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(235,235,235);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: rgb(200,0,0);

}

.shd
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(90,90,90);

}

.prod
{
	font-size: 11px;
}

.tb
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #d8d79d;
	bckground-color: #6481c7;
}
ul
{
   list-style-image:url('images/listbullet.gif');
}