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, Trebuchet MS;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
	background-color:rgb(200,0,0);

}

table
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

.th
{
    background-color:rgb(200,0,0);
	font-family: Arial, Verdana, Trebuchet MS;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(231,231,231);
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 13px;
	color: rgb(0,0,0);
}
.tc
{
    background-color:rgb(244,244,244);
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 140%;
}

.tb
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(70,70,70);
	border-width: 1px;
	border-style: solid;
	border-color: #c80000;
	background-color: #FFFFFF;
}

h1
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(70,70,70);
	font-weight: bold;	
}


.hd
{
	font-family: Arial;
	font-size  : 14px;
	color: rgb(200,0,0);
	font-weight: bold;	
}

.shd
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(134,134,134);
	font-weight: bold;	
}

.mt
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(50,50,50);
	font-weight: bold;	
}

.lf
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(150,150,150);
    background-color:rgb(244,244,244);	
}

.lfmo
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(70,70,70);
    background-color:rgb(231,231,231);	
}

.rt
{
	font-family: Arial;
	font-size  : 12px;
	color: rgb(150,150,150);
    background-color:rgb(244,244,244);	
}

}
ul
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 12px;
	color: rgb(70,70,70);
    list-style-image:url('images/list-bullet.gif');
}   
ol
{
	font-family: Arial, Trebuchet MS;
	font-style: normal;
	font-size: 12px;
	color: rgb(70,70,70);
    list-style-type: numberedlist;
}
