#avisoferias{
	background-color: #ccc;
	width: 100%;
	margin-bottom: 1px;
	letter-spacing: 3px;
	word-spacing: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #990000;
	font-size: 12pt;
	text-align: center;
		margin-left: auto;
	margin-right: auto;
}

/*Características Gerais*/
body{
	background: #fff;
	margin-top: 0px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
body, table{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
h1{
	font-size: 14pt;
}
h2{
	font-size: 12pt;
	padding-bottom:0;
	margin-bottom:0;
}
h3{
	font-size: 11pt;
	padding-bottom:0;
	margin-bottom:0;
}
h4{
	font-size: 9.5pt;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:link{
	color: #cc0000;
}
a:visited{
	color: #cc0000;
}
a:active{
	color: #ff6600;
}


#borda{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	border-top: none;
	background-color: #fff;
}
#w3sites{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

.menu{
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	height: 28px;
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 1px;
}
.menu a{
	text-decoration: none;
}

.clearboth{
	clear: both;
}
.bordapreta{
	border: 1px solid #000;
}