.texto {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.titulo {
	font-family: Arial;
	font-size: 18px;
	color: #006699;
}
		
.form {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background: #fff;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	scrollbar-arrow-color:#999999;
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-highlight-color:#DDDDDD;
	scrollbar-face-color:#fff;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-darkshadow-color:#DDDDDD;
	scrollbar-track-color:#DDDDDD;
}

.texto2 {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
.texto2:link {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.texto2:visited {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.texto2:hover {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.texto2:active {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.subtitulos {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}

/* Estilo menu */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 3px solid #fff; /*deve ser a mesma cor de border: 1px solid #666; em ul li a */
	}

li ul {
	position: absolute;
	left: 80 px; /* Set 1px less than menu width */
	top: ?????0;
	display: none;
	}

/* Estilo Itens do Menu */
ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 5px 15px;
	border: 3px solid #fff;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:link { font-family: Arial; font-size: 11px; color: #006699;; background:#f4f4f4; text-decoration: none; } /* Hover Styles */
ul li a:visited { font-family: Arial; font-size: 11px;color: #006699;; background: #f4f4f4; text-decoration: none;  } /* Hover Styles */
ul li a:hover { font-family: Arial; font-size: 11px;color: #000; background: #f8f8f8; text-decoration: none; } /* Hover Styles */