a:link {
	color:#DEE5EB;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: xx-large;
	color: #CCCCCC;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: x-large;
	color:#FFFFFF;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: large;
	color:#FFCC66;
}
.texto {
	font-family: "Trebuchet MS", Arial;
	font-size: normal;
	color: #FFFFFF;
}
.texto_super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: super;
	color: #FFFFFF;
}
.texto_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
}
.texto_small2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CA8EB0;
}
.titulos {

	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #FFFFFF;
}
.subtitulo {

	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #C990B3;
}
