.menu {
	behavior: url(iepngfix.htc);
	background-image: url("imagens/menu1.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Tahoma;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
}

.menu2 {
	behavior: url(iepngfix.htc);
	background-image: url("imagens/menu2.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Tahoma;
	font-size: 7pt;
	color: #D54F63;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
}

.menutopo {
	behavior: url(iepngfix.htc);
	background-image: url("imagens/menutopo1.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Tahoma;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
}
.menutopo2 {
	behavior: url(iepngfix.htc);
	background-image: url("imagens/menutopo2.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Tahoma;
	font-size: 7pt;
	color: #D54F63;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
}



.rodape {
	font-family: Tahoma;
	font-size: 7pt;
	color: #B1B1B1;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

.titulo {
	font-family: Tahoma;
	font-size: 10pt;
	color: #AB2A40;
	text-decoration: none;
}

.texto {
	font-family: Tahoma;
	font-size: 8pt;
	color: #888888;
	text-decoration: none;
}

.rebordogaleria{
	border:3px solid #aa293f; 
}

.paginas2 {
	font-family: Verdana;
	font-size: 10px;
	color: #b82d44;
	font-weight: bold;
	text-decoration: none;
}

.paginas {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.paginas:hover {
	text-decoration: underline;
}


a:hover {
	text-decoration: underline;
}

input, select, textarea{
	border:1px solid #666666; 
	font-family: "Tahoma";
	font-size: 7pt; 
	padding: 2px;
}