a:link
{
	color: rgb(0,0,0); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(0,0,0); 
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,0,0); 	
    text-decoration: underline;
}
a:hover
{
	color: rgb(225,0,0);
    text-decoration: none;
}

body
{
	font-family:  Arial, Verdana;
	font-size: 11px;
	color: rgb(0,0,0);
	background-color:rgb(237,237,237);
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:   Arial, Verdana;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:rgb(100,100,100);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(200,200,200);
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(245,245,245);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
}
.tc-ro
{
    background-color:rgb(245,245,245);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
}

.tca
{
    background-color:rgb(220,225,236);
	font-family:  Arial, Verdana;
	font-style: normal;
	font-size: 11px;
	color: rgb(0,0,0);
}


p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(200,0,0);
}
.shd
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(80,80,80);
}
.mt
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}


h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: none;
	color: rgb(100,150,255)
}

h2
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(28,61,119)
}


.tb
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #FFFFFF;
}


.tbm
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: rgb(255,255,185);
}




.tbp
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #B0B0B0;
}


}
ul
{
   list-style-image:url('images/listbullet.gif');
}