h1 {
	margin: 0px;
	font: 1.9em "Trebuchet MS", Verdana;
	color: #B80106;
}
h2 {
	margin: 0px;
	font: 1.9em "Trebuchet MS", Verdana;
	color: #00CCCC;
}
h3 {
	margin: 0px;
	font: 1.9em "Trebuchet MS", Verdana;
	color: #FF6600;
}
#legend {
	background-color: #E60000;
	color: #FFFFFF;
	background: url(images/bg_legend.jpg) repeat-y left;
	text-align: center;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
}

/* image border */
.border1 img {
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFF;
}
.border1 a:hover img {
	border: 1px solid #FF6600;
}
.border1 a:hover {
	color: #000;
}
/*******************/
#mural {
	border: 1px dotted #C6D5E3;
	padding: 5px;
	margin-top: 2px;
	font-size: 11px;
}
* html #mural {
	border: 1px solid #C6D5E3;
	padding: 5px;
	margin-top: 2px;
	font-size: 11px;
}
#oculta {
	width: 100%;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
	background-color: #000;
	z-index: 99;
	height: 650px; /* para o firefox */
}
* html #oculta {
	display: none;
}
#recados {
	width: 50%;
	visibility: hidden;
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	background-color: #FFF;
	padding: 5px;
	border: 2px solid #00CCCC;
	z-index: 99;
}
* html #recados {
	width: 510px;
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+100+"px" : body.scrollTop+100+"px");
}
#postar {
	width: 50%;
	visibility: hidden;
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	background-color: #FFF;
	padding: 5px;
	border: 2px solid #00CCCC;
	z-index: 99;
}
* html #postar { /* para simular fixed a div no IE6 */
	width: 510px;
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+80+"px" : body.scrollTop+80+"px");
}
.msgok {
	padding: 3px;
	background-color: #00CC00;
	color: #FFFFFF;
	font-weight: bold;
}



.borda-inf-verm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.fundo-menu {
	background-image: url(imagens/menu-fundo.gif);
	background-repeat: no-repeat;
}
.link-menu {
	color: #006666;
	text-decoration: none;
}
.link-menu:hover {
	color: #000000;
	text-decoration: underline;
}
.borda-dir-azul {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00CCCC;
}
.cor-branca {
	color: #FFFFFF;
}
.cor-azul {
	color: #0099CC;
}
.link-padrao-azul {
	color: #0000FF;
	text-decoration: none;
}
.link-padrao-azul:hover {
	color: #0000FF;
	text-decoration: underline;
}
.fonte-menor {
	font-size: 9px;
}
.fundo-topo {
	background-image: url(imagens/topo.gif);
	background-repeat: no-repeat;
}
.fundo-titulo {
	background-image: url(imagens/titulos_fundo.jpg);
	background-repeat: no-repeat;
}
.BOX {
	height: 16px;
}
.borda-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.fundo-celula {
	background-color: #F8F8F8;
}
.font-verm {
	color: #FF0000;
}.borda-fotos {
	border: 1px solid #000000;
}
.visitante {
	font-size: 9px;
	color: #999999;
}
