@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* textos */

.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
}

.txt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	color:#FFF;
}

.txt3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	color:#000;
}

.txt4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align:right;
	color:#000;
}

.txt5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align:center;
	color:#0059B5;
}

.txt6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#FFF;
}

.menu2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align:left;
	color:#0059B5;
}

.lateral {
	background-image:url(imagens/lateralpolitoldos.jpg);
}

.direita {
	background-image:url(imagens/lado_direito_toldos.jpg);
}

.topo {
	background-image:url(imagens/background_topo_toldos.jpg);
}

.rodape1 {
	background-image:url(imagens/rodape_1_toldos.jpg);
}

/* links */

a.linkazul:link {
	color:#000;
	text-decoration: none;
}
a.linkazul:visited {
	text-decoration: none;
	color: #000;
}
a.linkazul:hover {
	text-decoration: underline;
	color:#0059B5
}
a.linkazul:active {
	text-decoration: none;
	color: #000;
}

a.linkvermelho:link {
	color:#000;
	text-decoration: none;
}
a.linkvermelho:visited {
	text-decoration: none;
	color: #000;
}
a.linkvermelho:hover {
	text-decoration: underline;
	color:#900;
}
a.linkvermelho:active {
	text-decoration: none;
	color: #000;
}

a.linkmenu:link {
	color:#FFF;
	text-decoration: none;
}
a.linkmenu:visited {
	text-decoration: none;
	color:#FFF;
}
a.linkmenu:hover {
	text-decoration: underline;
	color:#FFF;
}
a.linkmenu:active {
	text-decoration: none;
	color:#FFF;
}