/* CSS Document */

a.Link_branco:link {
	font-family: Tahoma;
	color:#FFFFFF;
	font-weight: bold;		
	font-size: 11px;	
	text-decoration: none;	
		
}
a.Link_branco:visited {
	font-family: Tahoma;
	color:#FFFFFF;
	font-weight: bold;		
	font-size: 11px;		
	text-decoration: none;		
}
a.Link_branco:active {
	font-family: Tahoma;
	color:#FFFFFF;
	font-weight: bold;		
	font-size: 11px;		
	text-decoration: none;		
}
a.Link_branco:hover {
	font-family: Tahoma;
	color:#FFFFFF;
	font-weight: bold;		
	font-size: 11px;		
	text-decoration: underline;		
}

a.Link_cinza:link {
	font-family: Tahoma;
	color:#7f7e7e;	
	font-size: 11px;	
	text-decoration: none;	
		
}
a.Link_cinza:visited {
	font-family: Tahoma;
	color:#7f7e7e;	
	font-size: 11px;		
	text-decoration: none;		
}
a.Link_cinza:active {
	font-family: Tahoma;
	color:#7f7e7e;	
	font-size: 11px;		
	text-decoration: none;		
}
a.Link_cinza:hover {
	font-family: Tahoma;
	color:#7f7e7e;		
	font-size: 11px;		
	text-decoration: underline;		
}


a.Link_maro:link {
	font-family: Tahoma;
	color:#543221;	
	font-size: 11px;	
	text-decoration: none;	
		
}
a.Link_maro:visited {
	font-family: Tahoma;
	color:#543221;	
	font-size: 11px;		
	text-decoration: none;		
}
a.Link_maro:active {
	font-family: Tahoma;
	color:#543221;	
	font-size: 11px;		
	text-decoration: none;		
}
a.Link_maro:hover {
	font-family: Tahoma;
	color:#543221;		
	font-size: 11px;		
	text-decoration: underline;		
}
