a:link
{
	color: rgb(157,10,14); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(157,10,14); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(157,10,14); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(157,10,14);
    text-decoration: none;
}

body
{
	font-family: Arial, Verdana;
	font-size: 13px;
	color: rgb(0,0,0);
	bckground-color:rgb(241,241,241);	
	background-image:url('web1/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(200,0,0);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.tch
{
    background-color:rgb(220,220,220);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,0,0);
}

.tc
{
    background-color:rgb(245,245,245);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: rgb(0,0,0);
}


.tca
{
    background-color:#A4CFFF;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}
p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: rgb(80,80,80);
}
.hd1
{
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.mt
{
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: rgb(157,10,14);
}
h1
{
	font-family: Arial Narrow;
	font-size: 18px;
	font-weight: bold;
	color: rgb(255,255,255);
}

h2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(100,100,100);
}


.tb
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #bed8ec;
	background-color: #FFFFFF;
}


}
ul
{
   list-style-image:url('images/listbullet.gif');
}