HTML
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
	background: white;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: arial,sans-serif;
	min-height: 100%;
	height: 100%;
	background-image: url(Imagens/Shadow.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

BODY
{
	padding: 0px;
	margin: 0px;
	font-size: small;
	color: #000000;
	font-family: arial,sans-serif;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
}

form
{
	height: 100%;
}

* html body
{
	height: 100%;
}

P
{
	margin: 0px 0px 1em;
	line-height: 1;
	text-align: justify;
}

table
{
	font-family: arial,sans-serif;
}

DIV#container
{
	min-height: 100%;
	height: auto;
	margin: 0px auto;
	width: 778px;
	position: relative;
	background-color: #FDC800;
	padding-bottom: 25px;
}

* html DIV#container
{
	height: 100%;
}

DIV#header
{
	display: table-row;
}

DIV#header P
{
	font-size: 1.1em;
	margin: 0px;
	font-style: italic;
}

DIV#content
{
	background-image: url(Imagens/Fundo.jpg);
	background-repeat: repeat-x;
	padding: 1em 2em 0em 2em;
	min-height: 100%;
	height: auto;
}

DIV#content P
{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
}

DIV#footer
{
	background: #ddd;
	bottom: 0px;
	position: absolute;
}

DIV#footer P
{
	margin: 0px;
}

DIV#SecTitle
{
	font-weight: bold;
	font-size: large;
	text-align: center;
	padding-right: 12px;
	padding-bottom: 15px;
}

TD#tdBand
{
	width: 200px; 
	border-left: dashed 2px black; 
	vertical-align: top; 
	padding: 0px 0px 0px 10px;
}

TD#tdBand img
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

li
{
	padding-bottom: 18px;
}