/*
	class para página inicial 
*/
.TdVersiculo {
	font-family: Tahoma;
	font-size: 11px;
	color: #C02028;
}
.TdData {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.TdDataNegritoDiaVermelho {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.CopyrightBranco {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.FormClassInt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: F5F5F5;
	border: 1px solid #CCCCCC;
}
.FormButtons {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 20px;
}


a {
	text-decoration: underline;
	color:#666666;
}

a:hover {
	text-decoration: underline;
	color:#FF0000;
}.TextoInterno {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
.TextoInternoTitulos {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
