img
{
	display: block;
}

HTML
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial;
	min-height: 100%;
	height: 100%;
	background-color: #ECECD9;
}

BODY
{
	padding: 0px;
	margin: 0px;
	font-size: small;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	height: 100%;
	min-height: 100%;
}

form
{
	height: 100%;
}

* html body
{
	height: 100%;
}

P
{
	margin: 0px 0px 1em;
	line-height: 1;
	text-align: justify;
}

DIV#container
{
	background-image: url(Imagens/Fundo.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto;
	margin: 0px auto;
	width: 778px;
	position: relative;
	background-color: #BEBE8B;
}

* html DIV#container
{
	height: 100%;
}

DIV#header
{
}

DIV#header P
{
	font-size: 1.1em;
	margin: 0px;
	font-style: italic;
}

DIV#content
{
	text-align: justify;
	padding-bottom: 60px;
}

DIV#content P
{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
}

DIV#footer
{
	background: #ddd;
	width: 100%;
	bottom: 0px;
	position: absolute;
}

DIV#footer P
{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	margin: 0px;
	padding-top: 1em;
}



/**************************
Tables
**************************/

table.contents
{
	height: 100%;
}

td.tdCont
{
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-image: url(Imagens/ContFundo.jpg);
	background-repeat: repeat-x;
	height: 290px;
	vertical-align: top;
	background-color: #BEBE8B;
}

td.tdCont img
{
	border: solid 2px white;
}

div.TituloSecao
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
