a:link
{
	color: rgb(155,83,42); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(155,83,42); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(155,83,42); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(155,83,42); 
    text-decoration: none;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(155,83,42);
	bckground-color:rgb(255,255,255);	
	background-image:url('images/bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(155,83,42);
	bckground-color:rgb(255,255,255);

}

.lft
{
	font-family:  Arial;
	font-size: 11px;
	color: rgb(0,0,0);

}

.th
{
    background-color:#9B532A;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:#FFFFA8;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: rgb(0,0,0)
}
.tc
{
    background-color:#F8F1E9;
	font-family:  Arial;
	font-style: normal;
	font-size: 12px;
	color: rgb(155,83,42);
}

.tca
{
    background-color:#FFFFFF;
	font-family:  Arial;
	font-style: normal;
	font-size: 12px;
	color: rgb(155,83,42);
	
}

.nav
{
    background-color:rgb(240,240,240);
	font-family:  Arial;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,103,172);
}

p
{
	align: justify;
	line-height: 150%;
}
.mt
{
	font-family: Arial ;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);

}
.shd
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	font-style: none;
	color: rgb(0,103,171)
}

.err
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	font-style: none;
	color: rgb(200,0,0)
}

.tb
{
	font-family: Verdana;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(155,83,42);
	color: rgb(155,83,42);
}

ul
{
   list-style-image:url('images/list-bullet.gif');
}