a:link
{
	color: rgb(155,71,16);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(155,71,16);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(155,71,16);
	text-decoration: underline;
}
a:hover
{
	color: rgb(155,71,16);
	text-decoration: none;	
}
body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(101,27,0);
	color: rgb(0,0,0);
	margin:0;
	bckground:651b00 url('images/bgfix.gif') no-repeat fixed top;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.bgimg {
	background:#FFFFFF url('images/bg-body2.gif') repeat-x top;
	 
}

.th
{
    background-color:rgb(168,77,20);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(227,216,167);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(241,232,191);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(132,42,0)
}


.h1
{
	font-family: Arial Narrow;
	font-size  : 21px;
	font-weight: bold;
	color: rgb(17,17,16)
}

.mt
{
	font-family: Times New Roman, Arial;
	font-size  : 22px;
	font-weight: normal;
	color: rgb(0,0,0)
}
.tb
{
    border:1px solid #f0e3b9; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: Justify;
	line-height: 130%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}