a:link
{
	color:f56200; 
    text-decoration: underline;
}
a:visited
{
	color:f56200; 
    text-decoration: underline;
} 
a:active 
{
	color:f56200; 
    text-decoration: underline;
}
a:hover
{
	color: 323232; 
    text-decoration: none;
}

a.link:link
{
	color:6e6e6e; 
    text-decoration: none;
}
a.link:visited
{
	color:6e6e6e; 
    text-decoration: none;
} 
a.link:active 
{
	color:6e6e6e; 
    text-decoration: none;
}
a.link:hover
{
	color: f56200; 
    text-decoration: none;
}

body
{
	font-family: Tahoma, Arial;
	font-style: normal;
	font-size: 11px;
	color: rgb(80,80,80);
	background-color: fee5bd;
	bckground-image:url('images/bg.gif');
}

table
{
	font-family: Tahoma, Arial;
	font-style: normal;
	font-size:11px;
	color: rgb(80,80,80);
	bckground-color:rgb(255,255,255);
}

.th
{
    background-color:rgb(255,100,0);
	font-family: Tahoma, Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(200,200,200);
	font-family: Tahoma, Arial;
	font-size  : 12px;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Tahoma, Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0);
}
h1
{
	font-family: Tahoma, Arial;
	font-size  : 20px;
	font-weight: normal;
	font-style: none;
	color: rgb(0,0,0)
}
p
{
	align: justify;
	line-height: 150%;
}

.hd
{
	font-family: Arial, Trebuchet MS;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255)
}


.tb
{
	font-family: Verdana;
	font-size  : 10px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #bebebe;
    background-color:rgb(245,245,245);
}
ul
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 12px;
	color: rgb(200,200,200);
   list-style-image:url('images/bulletspacer.gif');
}   
ol
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 12px;
	color: rgb(200,200,200);
   list-style-type: numberedlist;
}