* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url(../imgs/fundo.jpg) center top repeat-y;
	color: #000;
}

form label { 
	font-weight:bold;
}

form fieldset
{
	padding: 2%;
	margin-bottom: 10px;
	border: solid #ccc 1px;
	width:96%;
}

form legend
{
	border: solid #fef6e1 1px;
	padding: 5px 5px;
	background-color: #fef6e1 ;
	font-size:12px;
	font-weight:bold;
}

form .botao {
	background-color:#00297C;
	color:#FFF;
	font-weight:bold;
	border:solid 1px #000;
	font-size:12px;
	padding:2px;
}

form .campo {
	border:solid 2px #66C8E8;
	background-color:#fff;
}

p {
	margin-bottom: 1.2em;
	line-height:1.5em;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#topo, #centro, .rodape  {
	margin: 0 auto;
	width: 775px;
	clear: both;
}

.hide { display:none; }

#conteudo ul {
	padding-left:1.5em;	
}

.form { float:left; width:100%; }

#topo2 {
	background:top url(../imgs/topo_fundo.jpg) repeat-x;
	width:100%;
	height:210px;
}

	