body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	background-color: #f7f0e5;
	line-height: 20px;
}
h1 {
	font-size: 16px;
	color: #000099;
	letter-spacing: 3px;
}
.texto_menu {
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECDBC1;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
h3 {
	font-size: 12px;
	color: #003399;
}
p {
	text-indent: 15px;
}
.texto_menu a {
	text-decoration: none;
	overflow: auto;
}
.form {
	padding: 2px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.texto {
	font-size: 11px;
}

.texto_menu a:hover {
	text-decoration: underline;
	background-color: #f7f7f7;
	height: 20px;
	width: 143px;
	display: block;
}

