/* PARA O LINK INTERNO */
a.linkinterno{
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC6600;
	text-decoration: none;
}
a.linkinterno:link {
	background: url(images/link.gif) no-repeat;
	padding-left: 16px;	
}
a.linkinterno:visited {
	background: url(images/link.gif) no-repeat;
	padding-left: 16px;	
}
a.linkinterno:hover {
	background: url(images/link_cor.gif) no-repeat;
	padding-left: 16px;		
}
	
a.linkinterno:active {
	background-image: url(images/link.gif) no-repeat;
	padding-left: 16px;		
}

a:hover{
text-decoration:underline; 
color: #CC6600;
}

