@charset "utf-8";
/* CSS Document */

.texto_menu-lateral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.bg_cursos {
	background-image: url(../Imagens/bg_cursos.jpg);
	background-repeat: no-repeat;
	

}
.bg_menu {
	background-image: url(../Imagens/bg_menu-0.jpg);
	background-repeat: repeat-x;
	height: 49px;
	background-position: center top;

}

.bg_menuesquerdo {
	background-image: url(../Imagens/borda_menu-1.jpg);
	background-repeat: no-repeat;
	height: 49px;
	background-position: right top;

}

.bg_menudireito {
	background-image: url(../Imagens/borda_menu-2.jpg);
	background-repeat: no-repeat;
	height: 49px;
	background-position: left top;

}


a.texto_menu-lateral:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a.texto_menu-lateral:link {
	text-decoration: none;
}
a.texto_menu-lateral:visited {
	text-decoration: none;
}
a.texto_menu-lateral:active {
	text-decoration: none;
}
.texto_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.txtform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.btnform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #DADADA;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

