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

.textoData{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#000000;
margin-top:12px;


}

.titTema{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
font-weight:bold;
color:#be9905;
margin-top:12px;
}

.titTitulo{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
font-weight:bold;
color:#be9905;
margin-top:12px;
}

.textoOracao{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
color:#000000;
text-align:left;
float:left;
}


.textoBrancoAtoa{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;
color:#ffffff;
text-align:left;
float:left;

}


.textoBranco{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-weight:normal;
color:#ffffff;
}


.formularioCode{
border:1px solid #999999;
background-color:#ffffff;
width:315px;
height:18px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-weight:normal;
color:#000000;
text-align:left;
padding-top: 29px;
text-transform: uppercase;
}

.formularioNomes{
border:1px solid #999999;
background-color:#ffffff;
width:495px;
height:18px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-weight:normal;
color:#000000;
text-align:left;
}

.formularioMensagem{
border:1px solid #999999;
background-color:#ffffff;
width:495px;
height:60px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-weight:normal;
color:#000000;
text-align:left;
}

.linkBranco {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #FFCC00;
	text-decoration: none;
	padding: 2px;
	text-align:left;	
}
.linkBranco:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	text-align:left;	
}

.linkPreto {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #FF0000;
	text-decoration: none;
	padding: 2px;
	text-align:left;
}
.linkPreto:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	text-align:left;
}