body {
	background-color: white;
	background-image:url(http://www.ibbereia.org.br/beton.gif);
	background-attachment:fixed;
}

a:link {
	color:#006600;
	font-weight: bold;
}

a:active {
	color:#999900;
	font-weight: bold;
}

a:visited {
	color:#000099;
	font-weight: bold;
	text-decoration: underline
}

p {
	text-indent:6%;
	margin-left: 10%;
	margin-right: 10%;
	text-align:justify;
	font-family: sans-serif
}

p.center {
	text-indent:0%;
	text-align:center;
}

p.left {
	text-indent:0%;
	text-align:left;
}

p.right {
	text-indent:0%;
	text-align:right;
}

div.center {
	text-align: center;
}

div.right {
	text-align: right;
}

div.nowrap {
	white-space: nowrap;
}

span.red {
	color: #ff0000;
}

span.right {
	text-align: right;
}

span.copyright {
	font-size:65%;
}

		  
h1, h2 ,h3{
	text-align:center;
}

table {
	font-family: sans-serif;
	alignment: center;
}
td {
	font-family: sans-serif;
	vertical-align: top;
}

th {
	font-family: sans-serif;
	font-weight: bold;
}


ul {
	margin-left: 13%;
	margin-right: 10%;
	font-family: sans-serif
}

ol {
	margin-left: 15%;
	margin-right: 10%;
	font-family: sans-serif
}