a:link
{
	color: rgb(5,106,178); 
    text-decoration: none;
}
a:visited
{
	color: rgb(5,106,178); 
    text-decoration: none;
} 
a:active 
{
	color: rgb(5,106,178); 
    text-decoration: none;
}
a:hover
{
	color: rgb(5,106,178); 
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(200,200,200);	
	background-image:url('images/bg-page.gif');
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(0,0,0);

}

.th
{
    background-color:#4B85B3;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:#4698cb;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: rgb(0,0,0);
}
.lttch
{
    background-color:#ff9d6e;
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}
.tc
{
    background-color:#cce4f2;
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}
.tca
{
    background-color:rgb(255,255,255);
	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: 14px;
	font-weight: bold;
	color: rgb(0,0,0);

}

.shd
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(200,00,00);

}

h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(28,89,156);
}

h2
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(230,230,230)
}


.tb
{
	font-family: Tahoma;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color:rgb(173,204,235);
	bckground-color: #6481c7;
}


}
ul
{
   list-style-image:url('images/list-bullet.gif');
   	line-height: 150%;
}