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

body
{
	font-family:  Times New Roman;
	font-size: 14px;
	color: rgb(50,50,50);
	bckground-color:rgb(0,0,0);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:  Times New Roman;
	font-size: 14px;
	color: rgb(50,50,50);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#9B532A;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:#FFFFA8;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: rgb(0,0,0)
}
.tc
{
    background-color:#FFFFC1;
	font-family:  Arial;
	font-style: normal;
	font-size: 12px;
	color: rgb(155,83,42);
}

p
{
	align: justify;
	line-height: 150%;
}
.shd
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	font-style: none;
	color: rgb(0,103,171)
}

.tb
{
	font-family: Times New Roman;
	font-size  : 13px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(200,200,200);
	color: rgb(0,0,0);
}

ul
{
   list-style-image:url('images/list-bullet.gif');
}