/* CSS Document */

a:link
	{
	color: #3300ff;
	font-size: 9pt;
	text-decoration: none;
	}	

a:visited
	{
	color: #3300ff;
	font-size: 9pt;
	text-decoration: none;
	}	

a:active
	{
	color: #3300ff;
	font-size: 9pt;
	text-decoration: none;
	}
	
a:hover
	{
	color: #3300ff;
	font-size: 9pt;
	text-decoration: underline;
	}

.changes a:link
	{
	color: #000000;
	text-decoration: none;
	font-family: Times;
	font-size: 8pt;
	}	

.changes a:visited
	{
	color: #000000;
	text-decoration: none;
	font-family: Times;
	font-size: 8pt;
	}	
	
.changes a:hover 
	{
	color:  #3300ff;
	text-decoration: underline;
	font-family: Times;
	font-size: 8pt;	
	}
	
.bigger
	{
	font-family: Times;
	font-size: 8pt
	}
	
.font
	{
	font-family: Times;
	font-size: 9pt
	}