a:link
{
	color: rgb(15,14,170);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(15,14,170);
	text-decoration: underline; 
} 
a:active 
{
	color: rgb(15,14,170);
	text-decoration: underline; 	
}
a:hover
{
	color: rgb(81,168,177);
	text-decoration: underline; 	
}

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;
	bckground-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(71,165,174);
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(235,235,235);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(00,00,00)
}

.box1
{
    background-color:rgb(71,165,174);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: normal;
	color: rgb(255,255,255)
}



.box2
{
  	background-color:rgb(235,235,235);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: normal;
	color: rgb(00,00,00)
}

.box3
{
    background-color:rgb(225,225,225);
	font-family: Arial;
	font-size  : 9pt;
	font-weight: normal;
	color: rgb(255,255,255)
}



.tc
{
    background-color:rgb(245,245,245);
	font-family: Arial;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.tb
{
    border:1px solid #C0C0C0; background-color:#EDFDFF;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

ul
{
	font-family: Arial ;
	font-size  : 9pt;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}
   
h1
{
	font-family: Arial;
	font-size  : 14pt;
	color: rgb(71,165,174);
}

h2
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight: bold;
	color: rgb(150,150,150);
}