/* CSS Document */

<!--
* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	
}
label{
	margin:0;
	padding:0;
	}
body {
	background:url(images/bg.gif);
	font:12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #143d6a;
}

a {
	color:#039;
	text-decoration:underline;
}

a:hover {
	color:#036;
	text-decoration:underline;
}
#box1 ul {
	margin: 0;
	list-style: none;
}

#box1 li {
	padding:3px 0;
	list-style:none;
}

#box1 li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#9c1f01;
	text-decoration:underline;
	padding:0px;
	}
#box1 li a:hover{
	text-decoration:none;
	}

p {
	margin:0 0 10px 0;
}

p.coments {
	font-style:italic;
	margin:-1px 0 15px 0;
	clear:both;
	text-align:left;
}

p.underH1:first-line {
	font-size:14px;
}

h1 {
	font:22px Georgia, Times New Roman, Times, serif;
	color:#9f0406;
	margin:5px 0 10px 0;
	font-style:italic;
	font-weight:bold;
}

h2 {
	font:18px Georgia, Times New Roman, Times, serif;
	margin:0 0 10px -5px;
	padding:0 0 0 10px;
	color:#9f0406;
	font-weight:bold;
	clear:both;
}

h3 {
	font:15px georgia, Helvetica, sans-serif;
	color:#486080;
	text-align:center;
	margin:5px 0 10px 0;
	font-weight:bold;
}

h4 {
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	margin:20px 0 10px 0;
}
h5 {
	font:18px Georgia, Helvetica, sans-serif;
	color:#143d6a;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	margin:5px 0 10px 0;
}

ul {
	margin:0px 0 0 30px;
}

li {
	list-style:outside disc;
	margin:0px 0;
}

.img_coments {
	text-align:right;
	float:right;
	padding:5px;
}

#tudo {
	width:770px;
	margin:0 auto;
	border:1px solid #000;
	/*background:url(index.jpg) no-repeat;*/
}

#topo {
	width:770px;
	height:300px;
	border-bottom:3px solid #405477;
}

#content {
	width:760px;
	margin:1px 0 0 0;
	padding:5px;
	border-top:10px solid #bf1623;
	background:#516988;
	border-bottom:8px solid #486080;
}

.box, #footer {
	width:730px;
	margin:10px 5px 5px 5px;
	padding:5px 10px 20px 10px;
	background:url(images/bg_boxes_bottom.jpg) no-repeat left bottom #FFF;
}
#box1{
	width:365px;
	float:left;
	}
#box2{
	width:183px;
	float:left;
	}
#box3{
	width:182px;
	float:right;
	}
#footer {
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:0;
	background:#FFF;
}

#footer p {
	text-align:center;
}
.field{
	width: 310px;
	padding:0;
	border:0;
	}
.botao{
	margin:3px 0 0 0;
	}
#formulario{
	width:600px;
	height:200px;
	background:red;
	}
.p{
	margin:0px;
	}
-->