
TD.canto1 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
		background-image: url("../images/canto1.jpg");
		background-position: top left;
	}

TD.canto2 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
		background-image: url("../images/canto2.jpg");
		background-position: top right;
	}

TD.canto3 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
 		background-image: url("../images/canto3.jpg");
		background-position: bottom left;
	}

TD.canto4 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
 		background-image: url("../images/canto4.jpg");
		background-position: bottom right;
	}

TD.linhatop 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
		background-image: url("../images/linha2.jpg");
		background-position: top;
	}

TD.linhalow 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
		background-image: url("../images/linha3.jpg");
		background-position: bottom;
	}

TD.linhaleft 
	{ 
 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
 		background-image: url("../images/linha.jpg");
		background-position: left;
	}

TD.linharight 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
 		background-image: url("../images/linha4.jpg");
		background-position: right;
	}


TD.corpo 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
		text-align: center;
		background-image: url("../images/logo.jpg");
		background-position: center top;
	}

TD.corpocontato 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: no-repeat;
		text-align: left;
		background-image: url("../images/logo2.jpg");
		background-position: center top;
	}

TD.corpocriar_msg 
	{ 
		font-family : Verdana, Arial, sans-serif; 
		background-repeat: repeat;
		text-align: left;
		background-image: url("../images/logo3.jpg");
		background-position: center top;
	}

.link
	{
		color: black; 
		text-decoration: none; 
		font-size: 18px;
	}


a:hover.link 
	{
		color: red;
		font-style: underline;
		text-decoration: underline; 
		font-size: 18px;
	}

.campos {
	        color: #000000;
                background: transparent;
	        overflow: auto;
        }
