/* CSS Document */

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

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

.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: #00FF00;
	background-repeat: inherit;
	display: block;
	padding: 4px;
	width: 140px;
}

.estilo {
	font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.estilo:hover {
	font-family: sans-serif;
	font-size: 10px;
	color:#00FF00;	
	text-decoration: none;
}

