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

body
{
	font-family: Arial;
	font-size: 12px;
	color: rgb(102,51,102);
	background-color:rgb(220,220,220);	
	background-image:url('images/bg-page.gif');
}

table
{
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#EFEFEF;
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(102,153,153);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tc
{
    background-color:rgb(241,232,242);
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}
.hd
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,69,51);
}

.mt
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: rgb(0,0,0);
}
p
{
	align: justify;
	line-height: 150%;
}
h1
{
	font-family: Arial;
	font-size  : 20px;
	font-weight: bold;
	color: rgb(51,102,102)
}

h2
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,114,43)
}
h3
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(102,51,102)
}

h4
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: normal;
	color: rgb(102,51,102)
}


.tb
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #6699cc;
	bckground-color:rgb(241,232,242);
}


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