body {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	margin: 0px;
	background-color: #FFFFFF;
}

a:link
{
	color: red;
	
}

a:hover
{
	color: blue;

}

a:visited
{
	color: gray;

}

a:active
{
	color: blue;

}

a:link.barra-nav
{
	color: white;
	text-decoration: none;

}

a:hover.barra-nav
{
	color: white;
	text-decoration: none;

}

a:visited.barra-nav
{
	color: white;
	text-decoration: none;

}

a:active.barra-nav
{
	color: white;
	text-decoration: none;

}

a:link.barra-nav-preto
{
	color: black;
	text-decoration: none;

}

a:hover.barra-nav-preto
{
	color: black;
	text-decoration: none;

}

a:visited.barra-nav-preto
{
	color: black;
	text-decoration: none;

}

a:active.barra-nav-preto
{
	color: black;
	text-decoration: none;

}

td {

	font-size:x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;

}

p {

	font-size:x-small;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	
	line-height: 17px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;	

}




h2 {
	
	line-height: 17px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
}

h3 {
	line-height: 12px;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}

h4 {
	
	line-height: 15px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}

.form {
	height: 16px;
	line-height: 12px;
	font-size:x-small;
	font-family: Arial, Helvetica, sans-serif;
}

.scroll {
	line-height: 15px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.barra-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  xx-small;
	line-height: 16px;
	font-weight: bold;
	font-weight: 600;
	color: #FFFFFF;
}

.barra-nav-black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.barra-nav-preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	font-weight: bold;
}
.barra-nav-gd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

.headertable {
	background-color: #000033;
	background-image: url(../images/banner-esq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
}

.headertableright {
	padding-top:3px;
	background-color: #000033;
	background-image: url(../images/banner-dir.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
}

.footertable {
	background-color: #000033;
	background-image: url(../images/rodape.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

.footertableingles {
	background-color: #000033;
	background-image: url(../images/rodapeingles.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
.table100ht {
	height: 100%;
	width: 100%
}
.table30pxht {

	height: 100%;
}
