/* CSS Document */

p{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	padding: 3px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: normal;
	text-decoration: none;
}
.lista {
	font-family: "Arial Unicode MS";
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CC3300;
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9797FF;
	display: block;
	width: 170px;
	line-height: 28px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	padding: 0px;
	border: medium solid #FFFFFF;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5555FF;
	display: block;
	width: 170px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	border: thin outset #F7F7F7;
}
.navigationInsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006AD5;
	display: block;
	width: 170px;
	line-height: 28px;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	border: medium solid #FFFFFF;
	list-style-type: none;
}
.navigationInsite:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7676FF;
	display: block;
	width: 170px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: underline;
	border: thin outset #F7F7F7;
}

