#topo
{
width:770px;
height:220px;
background-image:url(../imagens/topo_mural.jpg);
margin:auto;
}


.table { /*This handles all the table colours, BG and Border*/
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin:auto;
}
body { /*This handles the page properties*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #EAEAEA;
	text-align:center;
	background-image:url(../imagens/bg_mural.jpg);
background-repeat:repeat-x;
margin-top:0;
}
tr { /*This handles the table row properties*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a { /*This handles links*/
	color: #000000;
	text-decoration: none;
}
a:hover { /*This handles links*/
	color: #00CC00;
	text-decoration: none;
}
.formobjects {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.formbutton {
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
.color_red
{
color:#CC0000;
font-weight:bold;
}
