a:link
{
	color: rgb(14,63,155); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(14,63,155); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(14,63,155); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(196,21,28); 
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(200,200,200);	
	background-image:url('images/bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(0,0,0);

}

.th
{
    background-color:#6699cc;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(173,204,235);
	font-family: Arial, Verdana;
	font-style: bold;
	font-size: 12px;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(228,241,255);
	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;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,255,255);

}

.shd
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(38,138,42);

}

h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0);
}

h2
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(230,230,230)
}


.tb
{
	font-family: Tahoma;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color:rgb(173,204,235);
	bckground-color: #6481c7;
}


}
ul
{
   list-style-image:url('images/listbullet.gif');
}