/* CSS Document */
body {
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.titulos {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #9db83d;
	margin-left: 05px;
}
.titulos2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #58595b;
	margin-left: 05px;
}
.texto {
	color: #58595b;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	}
a.texto {
	font-weight: bold;
	color: #58595b;
}
a.texto:visited {
	font-weight: bold;
	color: #58595b;
}
a.texto:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #7f9e26;
}
a.texto:active {
	font-weight:bold;
	color: #7f9e26;}

.texto_branco {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	}
a.texto_branco {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}
a.texto_branco:visited {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}
a.texto_branco:hover {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	}
a.texto_branco:active {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}
.menu-planos {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	font-size: 12px;
	color: #58595b;
	margin-left: 5px;
	line-height: 25px;	
}
a.menu-planos {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	font-size: 12px;
	color: #58595b;
	margin-left: 5px;
	line-height: 25px;	
}
a.menu-planos:visited {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	font-size: 12px;
	color: #58595b;
	margin-left: 5px;
	line-height: 25px;	
}
a.menu-planos:hover {
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	line-height: 25px;
}
a.menu-planos:active {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	font-size: 12px;
	color: #58595b;
	margin-left: 5px;
	line-height: 25px;	
}
ul { 
	list-style-type: square;
	}
td {background-repeat:no-repeat;}
iframe{
	height:2500px;
}