/* CSS Document */

a:link {
	color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

a.link2 {
	font-family: Arial;
	font-size: 10px;	
	color: #000000;
	text-decoration: none;	
}

a.link2:visited {
	font-family: Arial;
	font-size: 10px;			
	color: #000000;
	text-decoration: none;
}

a.link2:hover {
	font-family: Arial;
	font-size: 10px;		
	color: #2252A7;
}

a.link2:active {
	font-family: Arial;
	font-size: 10px;		
	color: #000000;
	text-decoration: none;	
}