a:link
{
	color: rgb(203,12,30);
	text-decoration: none; 
}
a:visited
{
	color: rgb(203,12,30);
	text-decoration: none;
} 
a:active 
{
	color: rgb(203,12,30);
	text-decoration: none;
}
a:hover
{
	color: rgb(203,12,30);
	text-decoration: underline;			
}

a.redlink:link
{
	color: rgb(255,255,255);
	text-decoration: none; 
}
a.redlink:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.redlink:active 
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.redlink:hover
{
	color: rgb(255,255,255);
	text-decoration: underline;			
}



body
{
	font-family: Tahoma;
	font-size  : 12px;
	background-color: #f2f1ed;
	color: rgb(0,0,0);
	margin:0;
}
table
{
	font-family: Tahoma;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}


.th
{
    background-color:rgb(200,0,0);
	font-family: Trebuchet MS,Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(235,235,235);
	font-family: Arial;
	font-size  : 12px;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(245,245,245);
	font-family: Arial;
	font-size  : 12px;
	color: rgb(0,0,0)
}

.black
{
	background-color:rgb(0,0,0);
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,255,255);
	line-height: 30px;
	padding: 0 10px 0 10px;
}
		

.hd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(200,0,0)
}

.hdbox
{
	font-family: Tahoma;
	font-size  : 64px;
	color: rgb(0,0,0)
}

.mt
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tb
{
    border:1px solid #b1dcff; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: Justify;
	line-height: 150%
}

ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}