a:link
{
	color: rgb(200,0,0); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(200,0,0); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(200,0,0); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(200,0,0);
    text-decoration: none;
}

body
{
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	color: 000000;
	bckground-color: ffffff;
	background-image:url('images/bg.gif');
}

.bgimg {
	background:#e3e3e3 url('images/grad-body.gif') repeat-x top; 
}

.bgimg2 {
	background:#e3e3e3 url('images/grad-body2.gif') repeat-x top; 
}


table
{
	font-family: Arial;
	font-style: normal;
	font-size:12px;
	color: 000000;
	bckground-color:rgb(255,255,255);
}

.th
{
    background-color:rgb(198,51,41);
	font-family: Arial, Trebuchet MS;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(220,220,220);
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(245,245,245);
	font-family: Arial;
	font-size  : 11px;
	font-type: normal;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}

.hd
{
	font-family: Arial;
	font-size  : 16px;
	font-weight: bold;
	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: #C0C0C0;
    background-color:rgb(255,255,255);
}


}
ul
{
	font-family: Arial, Trebuchet MS;
   font-style: normal;
   font-size: 11px;
	color: 000000;
   list-style-image:url('images/bulletspacer.gif');
}
