*{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

body{
	background-color: #DDD;
}

ul.menu{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: right;
}

ul.menu li{
	display: inline;				
}

ul.menu li a, ul.menu li a:visited {
	color: #FFF;
	font-weight: bold;
	padding: 10px 20px 0px 20px;
	text-decoration: none;			
}

ul.menu li a:hover {
	text-decoration: underline;			
}			

ul.m2 li a, ul.m2 li a:visited {
	color: #aaa;
	font-weight: normal;
}

.corpo{
	width:100%;
	float:left;
	background-color: #FFF;
	padding-bottom: 20px;
}

.lateral{
	width: 22%;
	float: right;
	margin: 10px;
	padding: 0px 8px 0px;
	border: 2px solid #555;
	background-color: #ddd;
	text-align: justify;
}

.conteudo{
	float: left;
	width: 74%;
}

h1{
	font-size: 16px;
	color: #C00;
}

b.empresa{
	color: #500;
}

b.topico{
	color: #FFF;
}

span.data{
	color: #00A;
	font-size: 11px;
}
.botoes{
	width:100%; 
	float: left; 
	margin-top: 20px;				
}

.botoes td{
	background: url(imagens/ftable.jpg) top left repeat-x transparent;
	height:80px;
	border: 4px solid black;
	width: 50%;
	vertical-align: top;
	text-align: justify;
	padding: 10px;
	overflow:  auto;
	color: #999;
}

.botoes td img{
	float: right;
}

input, textarea{
	border:1px solid #900;
	width: 70%;
}
			
label{
	color: #000;
	font-weight: bold;
	width: 20%;
	float:left;
	display:block;
	text-align: right;
	padding-right: 15px;
}	

.rodape{
	background-color: #DDD;
	color: #555;
	font-size:10px;
	text-align: center;
	float: left;
	width: 100%;
	height: 30px;
	padding: 20px 0px 20px;
	border-top: 4px solid #AAA;
