a:link
{
	color: rgb(70,30,0);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(70,30,0);
	text-decoration: underline; 
} 
a:active 
{
	color: rgb(70,30,0);
	text-decoration: underline; 
}
a:hover
{
	color: rgb(255,100,0);
	text-decoration: none;
}
body
{
	font-family: Arial;
	font-size  : 11px;
	background-color: rgb(238,231,203);
	color: rgb(0,0,0);
	margin:0;
	bckground-image:url('images/bg.gif');
}

p
{
	text-align: justify;
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 11px;
	bckground-color:rgb(255,255,255);
}
.th
{
    background-color:rgb(220,0,0);
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(120,120,120);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(238,231,203);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0)
}
.tb
{
    border:1px solid #C0C0C0; background-color: #f7f5ed;
	font-family: Arial;
	font-size  : 11px;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

.mt
{
	font-family: Arial ;
	font-size  : 17px;
	font-weight: bold;
	color: rgb(100,50,0)
}

h1
{
	font-family: Arial ;
	font-size  : 17px;
	font-weight: bold;
	color: rgb(143,105,65)
}
h3
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(0,50,150)
}
ul
{
   list-style-image:url('images/list-bullet.gif');
}
