.left		{
			font-family:Arial, Helvetica;
			font-size:12pt; 
			text-align: left; 
			}

.justi		{
			font-family:Arial, Helvetica;
			font-size:12pt; 
			text-align: justify; 
			}

.center 	{
			font-family:Arial, Helvetica;
			font-size:12pt; 
			text-align: center; 
			}
			

b 			{
			font-family:Arial, Helvetica;
			font-size: 11pt; 
			font-weight: bold; 
			}

.copyright	{
			font-family:Arial, Helvetica;
			font-size:10pt; 
			text-align: center; 
			}


A:link 		{
			color: green;
			text-decoration: underline;
			}
		
		
A:hover		{
			color:red;
			text-decoration: none;
			}


A:visited 	{
			color:green;
			text-decoration: underline;
			}


A:active 	{
			color: #FF0000;
			text-decoration: none;
			}


A:bb:hover 	{
			color:blue;
			text-decoration: underline;
			}
