/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
line-height: normal;
padding: 3px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	color: #990000;
}

.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: inherit;
	display: block;
	padding: 4px;
	width: auto;
}

.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #9AFE2E;
	background-repeat: inherit;
	display: block;
	padding: 4px;
	width: 156px;
}

.estilo {
	font-family: sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}

.estilo:hover {
	font-family: sans-serif;
	font-size: 11px;
	color:#0033CC;	
	text-decoration: none;
}
