a:link
{
	color: rgb(1,93,178); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(1,93,178);
    text-decoration: underline;
} 
a:active 
{
	color: rgb(1,93,178);
    text-decoration: underline;
}
a:hover
{
	color: rgb(0,0,0);
    text-decoration: underline;
}

body
{
	font-family: Arial, Verdana;
	font-size: 13px;
	color: rgb(0,0,0);
	bckground-color:rgb(241,241,241);	
	background-image:url('images/bg.gif');
}

table
{
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 13px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:rgb(2,107,207);
	font-family: Arial, Verdana, ;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(121,190,253);
	font-family: Arial, ;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tc
{
    background-color:rgb(224,240,255);
	font-family: Arial, ;
	font-style: normal;
	font-size: 13px;
	color: rgb(0,0,0);
}
p
{
	align: justify;
	line-height: 150%;
}


.hd
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(1,93,178)
}
.mt
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(0,0,0)
}

h1
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(0,0,0)
}

h2
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(200,0,0)
}


}
.tb
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #ffffff;
}


}
ul
{
   font-family: Arial, ;
   font-style: normal;
   font-size: 13px;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}