/* CSS Document */
/*****		T I T U L O		D E		L I N K S 		*****/
h3._link {
	font-size: 13px;
	font-weight: bold;
	font:Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	text-align: left;
}

._linktitulo { 
	font:Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px; 
	font-weight: bolder; 
	color: #ffffff; 
}
/*****		L I N K S 		*****/
p._link {
	font-size: 12px;
	margin-top: 10px;
}
p._link a {
	color: #CE0029;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
}
p._link a:hover {
	color: #CE0029;
	text-decoration: underline;
}
/*****		M E N U		D E		L I N K S 		*****/
p._linkmenu {
	text-align: center;
	color: #000000;
	font-size: 14px;
}
p._linkmenu a {
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration:none;
}
p._linkmenu a:hover {
	text-decoration:underline;
}
/*****		E - M A I L		*****/
p._linkresaltado{	/*parrafo*/
	font-size: 12px;
}
p._linkresaltado a{ /*link send*/
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
p._linkresaltado a:hover{/*link over*/
	text-decoration: underline;
}

