/* CSS Document */

body {
margin:0;
background-color:#D6D6D4;
}

/* BG */

.lateralesquerdo{background-image:url(../imagens/laterales.jpg);
background-position:center;
background-repeat:repeat-x y;

}

.bglateral{
background-image:url(../imagens/bg.jpg);
background-position:left;
background-repeat:repeat-x y;
text-decoration:none;
}

.missa{background-image:url(../imagens/missa.jpg);
background-position:center;
background-repeat:no-repeat;
text-decoration:none;
}

.apoio{background-image:url(../imagens/apoio.jpg);
background-position:center;
background-repeat:no-repeat;
text-decoration:none;
}



/*fontes*/
.txt01{
font-family:Tahoma;
font-size:11px;
color:#6F6F6F;
text-decoration:none;}

.txt02{font-family:Tahoma;
font-size:12px;
color:#D48055;
text-decoration:none;
}

.txt03{
font-family:Tahoma;font-size:11px;
color:#DDA552;
text-decoration:none;
}

.txt04{font-family:"Times New Roman";
font-size:14px;
color:#D48055;
text-decoration:none;
}

.contato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../imagens/bg_form.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 150px;
	border: 1px groove #CCCCCC;
}

.contato2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../imagens/bg_form.gif);
	background-repeat: repeat-x;
	height: 120px;
	width: 200px;
	border: 1px groove #CCCCCC;
}
