/* CSS Document */
body {
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-highlight-color: #CCCCCC; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #CCCCCC;
}
.v7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:  #666666;
	font-weight:bold;
}
.v72 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:  #000000;
	font-weight:bold;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

/*Estilo Menu */
.menu-hh { 
	display: table;
}
.menu-hh * { 
	margin: 0; 
	padding: 0;
}
.menu-hh a { 
	display: block; 
}
.menu-hh li { 
	list-style: none; 
	float: left; 
	height: 1%; 
}
.menu-hh li ul {
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	width: 175px;
	background-color:#CCCCCC;
}
html:first-child>body .menu-hh li ul { 
	width: 175px; 
}
.menu-hh li:hover ul, .menu-hh  li.over ul { 
	visibility: visible;
} 
.menu-hh li:hover ul li ul, .menu-hh li.over ul li ul{
	visibility: visible;
}
.menu-hh li ul li:hover ul, .menu-hh li ul li.over ul{
	visibility: visible;
}
.menu-hh { 
	background-color: #FFFFFF; 
	width: 700px; 
	margin: 0 0 0 0;
	height: 0px; 
	text-align: center;
	color:#333333;
}
.menu-hh a { 
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: extra-expanded; 
	font-size:12px; 
	text-decoration: none; 
	color: #666666; 
	padding: 0 20px; 
	line-height: 20px;
}
.menu-hh a:hover { 
	text-decoration: underline; 
	background-color: #CCCCCC;
	color: #333333;
}
.menu-hh ul li ul { 
	background-color: #CCCCCC; 
	width: 175px;
}