P 
{
	text-align: justify; 
}

P.title1
{
	text-align: justify;
	text-transform: uppercase;
	color: rgb(180, 120, 154);
	font-size: 10pt;
	font-weight: bold;
}

P.title2
{
	text-align: justify;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	font-size: 9pt;
	font-weight: bold;
}

font.title2
{
	text-transform: uppercase;
}

a:link
{
	color: rgb(180, 120, 154);
	text-decoration: none;
}
a:visited
{
	color: rgb(180, 120, 154);
	text-decoration: none;
} 
a:active 
{
	color: rgb(132, 93, 93); 
	text-decoration: none;	
}
a:hover
{
	color: rgb(205, 165, 157);
	text-decoration: none;	
}
a.navi:link
{
	color: rgb(180, 120, 154);
	text-decoration: none;
}
a.navi:visited
{
	color: rgb(180, 120, 154);
	text-decoration: none;
	
} 
a.navi:active 
{
	color: rgb(132, 93, 93); 
	text-decoration: none;	
}
a.navi:hover
{
	color: rgb(205, 165, 157);
	text-decoration: none;	
}

body
{
	font-family: helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0, 0, 0);
	font-size: 9pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-left: 0pt;
	margin-bottom: 0pt;
}

body.navi
{
	font-family: helvetica;
	background-color: rgb(0, 0, 100);
	color: rgb(255, 255, 255);
	background-image: none;	
	margin: 0pt;
}

table
{
    border-width: 0;
    font-family: helvetica;
    background-color: rgb (255, 255, 255);
    color: rgb (0, 0, 0)   
}

table.navi
{
   border-width: 0;
   font-family: helvetica;
   background-color: rgb(230, 225, 206);
   font-color: rgb (255, 255, 255);
   font-size: 9pt;
}

table.main
{  
   border-width: 0;
   font-family: helvetica;
   font-size: 9pt;
   background-color: rgb(255, 255, 255);
   color: rgb (0, 0, 0); 
   text-align: justify;
   left-margin: 5pt;
   right-margin: 15pt;
   width: 580;
}

table.krit
{
   border-width: 9;
   font-family: helvetica;
   background-color: rgb(255, 255, 255);
   color: rgb (0, 0, 0) 
}

td.navi
{
  background-color: rgb(230, 225, 206);
  font-size: 8pt
}