img
{
	display: block;
}

a
{
	color: Blue;
}

a:hover
{
	text-decoration: none;
}

hr
{
	color: #E7E7E7;
	width: 100%;
	height: 1px;
}

div.texto
{
	padding: 0px 40px 15px 40px;
	text-align: justify;
	font-size: 12px;
}

div.NomeSecao
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}

table.flcTabela
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}
td.flcCaption
{
	color: #FFFFFF;
	width: 230px;
	text-align: right;
}
td.flcEditBox
{
	width: 540px;
}
input.flcEditBox
{
	border: solid 1px #000000;
	width: 350px;
}
textarea.flcMensagem
{
	border: solid 1px #000000;
	width: 350px;
	height: 100px;
}
td.flcEnviar
{
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
input.flcEnviar
{
	border: solid 2px #000000;
	background-color: White;
	width: 70px;
	height: 25px;
}

td.albListaTitulo
{
	padding-left: 20px;
	text-align: justify;
}
a.albAlbunsLink
{
	color: white;
	font-size: 12px;
}
a.albAlbunsLink:hover
{
	text-decoration: none;
}
font.albAlbunsDescricao
{
	font-size: 11px;
}

table.albFotosTabela
{
	text-align: center;
	width: 130px;
	height: 100px;
}
td.albFotosTD
{
	text-align: center;
	vertical-align: middle;
}
input.albFotosImg
{
	border: solid 2px white;
}

table.albDetalhesTabela
{
	width: 100%;
}
td.albDetalhesFoto
{
	text-align: center;
}
td.albDetalhesFoto img
{
	border: solid 2px white;
}
td.albDetalhesDescricao
{
	text-align: center;
	font-size: 12px;
}
td.albDetalhesVoltar
{
	text-align: center;
}