a.menu:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: arial;



}
a.menu:visited {
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;


}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFCC00;



}
a.menu:active {
	color: #000000;
	text-decoration: underline;
	background-color: #FFCC00;






}
a.texto:link {
	color: #000000;
	text-decoration: none;
}
a.texto:visited {
	color: #000000;
	text-decoration: none;
}
a.texto:hover {
	color: #000000;
	text-decoration: underline;
}
a.texto:active {
	color: #000000;
	text-decoration: none;
}

}.borda {
	border: 1px solid #000000;
	display: table;

}
.degrade {
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99CC00', EndColorStr='#FFFFFF')
}
