@charset "utf-8";
/* CSS Document */

	
a.link:link {
text-decoration: none; 
font-size: 12px;  
color:#000; 
}
		
a.link:hover {
text-decoration: none;
background:#027cbd;
color:#FFF; 
font-size: 12px;
}

a.link:visited {
text-decoration: none; 
color:#000; 
font-size: 12px;
}

a.link:hover {
text-decoration: none;
background:#027cbd; 
color:#FFF; 
font-size: 12px;
}



a.email:link {
text-decoration: none; 
font-size: 12px;  
color:#004785; 
}
		
a.email:hover {
text-decoration: none;
background:#027cbd;
color:#FFF; 
font-size: 12px;
}

a.email:visited {
text-decoration: none; 
color:#004785; 
font-size: 12px;
}

a.email:hover {
text-decoration: none;
background:#027cbd; 
color:#FFF; 
font-size: 12px;
}



/* 004785 */



a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}



