@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size:13px;
}

h1 {
	background-color: #FF9900;
	font-weight:bold;
}
h2{
	background-color: #FF9900;
	font-weight:bold;
}

.texto1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size:13px;
	background-color:#76AB69;
}
.texto2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size:13px;
	background-color:#CBDFC6;
}
.texto3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size:13px;

}
.texto4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background-color: #FF9900;

}.texto5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size:10px;

}
.texto6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:13px;
	background-color:#76AB69;
}
.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 220px;

	}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
	font-style:normal;
	font-size:12px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;

	background: url(images/v6.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 20px;
	}
	
#menu li a:hover {
	color: #333333;
	background: url(images/v6.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 20px;
	}
	
#menu li a:active {
	color: #333333;
	background: url(images/v6.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 20px;
	}