a:link
{
	color: rgb(120,120,120); 
    text-decoration: none;
}
a:visited
{
	color: rgb(120,120,120); 
    text-decoration: none;
} 
a:active 
{
	color: rgb(120,120,120); 
    text-decoration: none;
}
a:hover
{
	color: rgb(0,0,0);
    text-decoration: none;
}

body
{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: rgb(120,120,120);
	bckground-color:#0c76b0;	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 12px;
	color: rgb(120,120,120);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:rgb(255,210,5);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(50,50,50);
}
.mtth
{
    background-color:rgb(150,150,150);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.tch
{
    background-color:rgb(230,230,230);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(50,50,50);
}

.tc
{
    background-color:rgb(245,245,245);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(50,50,50);
}

p
{
	align: justify;
	line-height: 140%;
}
.hd
{
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.shd-black
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.mt
{
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,0,0);
}
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  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #f8fdec;
}


}
ul
{
   list-style-image:url('images/listbullet.gif');
}