/*Definições Gerais*/

body {

background-image: url(images/bg.png);

background-repeat:repeat-x;

margin:0px;

font-size:11px;

color: #666666;

font-family: Verdana, Helvetica, Lucida, Arial, sans-serif;

text-align:center;

}




/*formatação e estilos*/



p {

margin: 0px;

padding: 0px;

color: #666666;

font-size: 1em;

font-weight: normal;

line-height:1.5;

text-align: justify;

}



a {

color:none;

text-decoration:none;

border:none;

font-weight:bold;

margin: 0px;

padding: 0px;

color: #666;

}



img{

border-style:none;

}



h4 {

margin:0px;

padding:0px;

font-size:1em;

color:#666666;

text-align:justify;

font-weight:bold;

line-height:1.5em;

margin-right:20px;

}



.pequeno{

	font-size: 0.9em;

	text-align:center;

	color:#999999;

}



.titulo_agenda{

	font-size: 1.1em;

	font-weight:bold;

}



.pequeno_rosa {

	color: #E83466;

	font-size: 0.9em;

}



.style1 {font-size: 9px}



.style2 {font-size: 11px}

.style3 {color: #999999}

	

/*Formatação e Layout de Formulário*/



#email, #nome, #empresa{

	width: 300px;

}



#mensagem {

	width: 300px;

	height:100px;

}



#telefone{

	width: 9em;

}

