/* CSS Document */

.Textos {
font-family:"Trebuchet MS", Verdana, Arial;
font-size:11px;
font-style:normal;
color:#666;
}

.Titulos {
font-family:"Trebuchet MS", Verdana, Arial;
font-size:14px;
font-style:normal;
font-weight:bold;
color:#5d5d5d;
}

.TextosBranco {
font-family:"Trebuchet MS", Verdana, Arial;
font-size:11px;
font-style:normal;
color:#FFFFFF;
}

	A.TextosBranco, A.TextosBranco:link, A.TextosBranco:visited {
	font-weight:bold;
	text-decoration: none;
	}
	
	A.TextosBranco:hover {
	font-weight:bold;
	text-decoration: underline;
	}

.Legendas {
font-family:"Trebuchet MS", Verdana, Arial;
font-size:10px;
font-style:normal;
color:#DC6568;
}

A.Links, A.Links:link, A.Links:visited {
font-family:"Trebuchet MS", Verdana, Arial;
font-size: 11px;
font-weight: bold;
color:#a43636;
text-decoration: none;
}

A.Links:hover {
font-family:"Trebuchet MS", Verdana, Arial;
font-size: 11px;
font-weight: bold;
color:#e65555;
text-decoration: none;
}