a:link
{
	color: rgb(0,100,200);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(0,100,200);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,100,200);
	text-decoration: underline;
}
a:hover
{
	color: rgb(178,32,29);
	text-decoration: none;	
}



body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(223,217,195);
	color: rgb(0,0,0);
	margin:0;
	background:#6a6a6a url('images/bg.gif') ;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.bgimg {
	background:#FFFFFF url('images/bg-body2.gif') repeat-x top;
	 
}

.th
{
    background-color:rgb(150,150,150);
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(200,200,200);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}

.tch2
{
    background-color:rgb(26,66,131);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch3
{
    background-color:rgb(1,109,40);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch4
{
    background-color:rgb(245,174,48);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch5
{
    background-color:rgb(164,177,35);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch6
{
    background-color:rgb(120,0,0);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch7
{
    background-color:rgb(0,155,214);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch8
{
    background-color:rgb(86,34,90);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch9
{
    background-color:rgb(120,0,82);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch10
{
    background-color:rgb(226,93,33);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch11
{
    background-color:rgb(52,80,63);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch12
{
    background-color:rgb(9,53,124);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch13
{
    background-color:rgb(185,0,111);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tc
{
    background-color:rgb(238,238,238);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.h1
{
	font-family: Arial;
	font-size  : 22px;
	font-weight: normal;
	color: rgb(255,255,255)
}

.h2
{
	font-family: Arial;
	font-size  : 16px;
	font-weight: bold;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(178,32,29)
}


.tb
{
    border:1px solid #b2201d; background-color:#cdcdcd;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:2; padding-right:2; 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');
}