.NOREPEAT {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	background-image: url(images/leaf.gif);


}
.titulo {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #FFFFCC;
	font-weight: lighter;

}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFCC;
	font-weight: normal;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: normal;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a:active {
	text-decoration: none;
	color: #CCFF66;

}
