body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
form {
	background-position: top;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.campoOK {
	background-color: #FFFFFF;
	height: 16px;
	border: 1px dashed #666666;
	margin: 0px;
	width: auto;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
.fundoitens {
	background-attachment: scroll;
	background-image: url(imagens/fundoitens3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}
.colunasfundo {
	background-attachment: scroll;
	background-image: url(imagens/barracolunas.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bordabotom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #336600;
}
.principal {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
.padrao {
	height: 20px;
}
.legenda {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	text-align: left;
	color: #000000;
	width: 350px;
	float: left;
	margin-left: 5px;
}
.paginationstyle {	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.subtitulo {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	width: 265px;
	margin-left: 5px;
	float: left;
	clear: left;
}
#barra1 {	width: 275px;
	height: 255px;
	float: left;
}
#link {	width: 265px;
	margin-left: 5px;
	float: left;
	text-align: right;
	margin-top: 5px;
}
#principal {	float: left;
	height: 260px;
	width: 638px;
}
.borda {
	border: 1px solid #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a {
	color: #333333;
	text-decoration: none;
}
.forms2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 16px;
	border: 1px solid #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
.bordas {
	border: 1px solid #CCCCCC;
}
#principal {
	float: left;
	height: 260px;
	width: 638px;
	background-attachment: fixed;
	background-image: url(imagens/degradeprincipal.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	width: 250px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}
.subtitulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	width: 380px;
	margin-left: 5px;
	float: left;
	clear: left;
}
.foto {
	height: 200px;
	width: 350px;
	float: left;
	margin: 5px;
	clear: right;
	border: 1px groove #CCCCCC;
}
#barra1 {
	width: 390px;
	height: 255px;
	float: left;
}
.legenda {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	text-align: left;
	color: #000000;
	width: 350px;
	float: left;
	margin-left: 5px;
}
#link {
	width: 380px;
	margin-left: 5px;
	float: left;
	text-align: right;
	margin-top: 5px;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	width: 380px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
	width: 400px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: #DEDEBC;
}
/* CSS Document */
.maiusculas {
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.horadata {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#colunistas a {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#colunistas a:hover {
	color: #666600;
	text-decoration: none;
}
#menupri a {
	color: #000000;
	text-decoration: none;
	background-color: #ECE9D8;
	display: block;
	font-weight: bolder;
}
#menupri a:hover {
	color: #666600;
	display: block;
}
#textodest {
	line-height: 1.8em;
	color: #000000;
	text-decoration: none;
}
#textodest a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}
#linkblog a {
	font-size: 14px;
	color: #006699;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.muralfont {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.muralmsg {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#msgs {
	overflow: auto;
	height: 900px;
}

