* { margin: 0; padding: 0; }

body {
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#999999;
}
a {
	color: #000099;
	text-decoration:none;
}
#conteudo img {
	padding: 10px;
}
input {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#00CCFF;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
}
input.txt {
	width: 110px;
	height: 15px;
}
input.btn {
	width: 50px;
	height: 17px;
	font-size:10px;
	font-weight:bold;
}
#corpo {
	margin:0 auto;			
	width: 780px; 
	text-align:justify;
	background: url(images/fundo_menu3.gif) repeat-y;
	background-color:#075E94;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;

}
#topo {
	background-color:#999999;
	background-image:none;
	height: 173px; 
	text-align:center;
}
#divisa {
	height: 28px;
	background: transparent url(images/t5.gif) repeat-x left top;
}
#menu{
	float: left;
	width: 145px;
	padding-left:25px;
	padding-right: 10px;
	color: #FFFFFF;
	/*background: url(images/fundo_menu3.gif) scroll;*/
}
#lateral {
	float: right;
	width: 130px;
	padding: 5px;
	color:#CCCCCC;
} 
#lateral li {
	width: 110px;
	height: 20px;
	list-style: none;
}
#lateral li a {
	padding-left:13px;
	display:block;
	color: #ffffff;
	text-decoration: none;
	background: url(images/external1.gif) no-repeat left;
}
#lateral li a:visited {
	color: #ffffff;
}
#lateral li a:hover {
	color: #000000;
	font-weight:bold;
	background-color:#ffffff;
	background-image:url(images/external2.gif);
}
#conteudo {
	margin: 0 150px 0 180px;
	padding: 10px;
	padding-bottom: 20px;
	background-color:#CCCCCC;
}
#titulo h2 {
	background: transparent url(images/t1.gif) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#006666;
}
#rodape {
	clear: both;
	height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#333333;
	background: transparent url(images/t5.gif) repeat-x left top;
	background-color:#999999;
	padding-top:5px;
}
/*html>body #menu, html>body #lateral { width: 130px; } 
/* hack para q o FF, Opera, etc deixem o tamanho correto do layout, 
pois não colocando ele adicionaria + 20px aos 150px das divs, totalizando 
170px, que iria bagunçar o layout */
#novo {
	padding: 10px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFCC;
	position:absolute;
	top:300px;
	left:150px;
	height: 150px;
	width: 250px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}
#novo h1 {
	font-size:16px;
	padding-bottom:10px;
}
#novo a {
	color:#666666;
}