a:link
{
	color: rgb(100,100,100); 
    text-decoration: none;
}
a:visited
{
	color: rgb(100,100,100); 
    text-decoration: none;
} 
a:active 
{
	color: rgb(100,100,100); 
    text-decoration: none;
}
a:hover
{
	color: rgb(0,0,0); 
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(100,100,100);
	background-color:rgb(240,240,240);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(100,100,100);
	background-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: 150%;
}
.hd
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(196,21,28);

}
.unl
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(255,153,51);

}


h1
{
	font-family: Arial;
	font-size  : 14pt;
	font-weight: normal;
	font-style: none;
	color: rgb(0,51,101)
}

h2
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(230,230,230)
}


.tb
{
	font-family: Tahoma;
	font-size  : 12px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #b8b8b8;
	bckground-color: #6481c7;
}


}
ul
{
   list-style-image:url('images/list-bullet.gif');
}

.lbox
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #b8b8b8;
	bckground-color: #6481c7;
}
