a:link
{
	color: rgb(15,14,170);
	text-decoration: none; 
}
a:visited
{
	color: rgb(15,14,170);
	text-decoration: none;
} 
a:active 
{
	color: rgb(15,14,170);
	text-decoration: none;	
}
a:hover
{
	color: rgb(225,0,0);
	text-decoration: none;	
}

body
{
	font-family: Arial;
	font-size  : 9pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	
}

p
{
	font-family: Arial;
	font-size  : 9pt;
	color: #000000;
	text-align: justify;
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 9pt;
	background-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(00,00,80);
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(200,200,200);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(00,00,00)
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.exbg
{
    background-color:rgb(250,250,250);
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}
.hd
{
	font-family: Arial Black;
	font-size  : 18pt;
	font-weight: normal;
	color: rgb(128,128,128)
}

.shd
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(50,50,150)
}
.ttl
{
    font-family: Arial Black;
	font-size  : 14pt;
	font-weight: normal;
	color: #C80000
}
.tb
{
    border:1px solid #C0C0C0; background-color:#FFFFE1;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}
.tbr
{
    background-color:rgb(249,236,217);
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)

}
ul
{
	font-family: Arial ;
	font-size  : 9pt;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/smallbullet.gif');



h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(51,102,153);
	font-size : 12pt;
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}