a:link
{
	color: rgb(255,255,255); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(255,255,255); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(255,255,255); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(255,255,255); 
    text-decoration: none;
}

body
{
	font-family:  Tahoma, Arial;
	font-size: 11px;
	color: rgb(255,255,255);
	bckground-color:rgb(241,241,241);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:  Tahoma, Arial;
	font-size: 11px;
	color: rgb(255,255,255);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#003399;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(158,190,255);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(184,220,124);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 120%;
}
.hd
{
	font-family: Arial, Verdana;
	font-size: 11 px;
	font-weight: bold;
	clor: rgb(28,61,119);
	clor: rgb(00,200,00);

}


h1
{
	font-family: Arial;
	font-size  : 15pt;
	font-weight: normal;
	font-style: none;
	color: rgb(255,255,255)
}

h2
{
	font-family: Arial;
	font-size  : 11pt;
	font-weight: bold;
	color: rgb(230,230,230)
}

h3
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(70,100,0)
}
h5
{
	font-family: Arial;
	font-size  : 23pt;
	font-weight: normal;
	color: rgb(71,86,127)
}

.tb
{
	font-family: Arial;
	font-size  : 8pt;
	color: rgb(255,255,255);
	border-width: 1px;
	border-style: solid;
	border-color: #8fa8e4;
	background-color: #6481c7;
}


}
ul
{
   list-style-image:url('images/list-bullet.gif');
}