A		{
	color: blue;
	text-decoration: none
		}

A:hover	{
	color: #2d458f;
	text-decoration: underline
		}
		
A:visited{
 	color: blue;
	text-decoration: none	
		}
				
		
A.series	{
	font-family: verdana, sans-serif;
	color: blue;
	font-size: 10pt;
	text-decoration: none
		}

A.series:hover{
	font-family: Arial, Verdana;
	color: blue;
        font-weight: bold;
	font-size: 10pt;
	text-decoration: none
		}
				
		
.txt		{		
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
		}

		


