/* CSS Document */
body {
	font:13px "Trebuchet ms";
	background-color: #fff;
	margin:0px;
}

.body_1 {
	background-color: #F6F6F6;
	margin:0px;
}

.titulo1{font:13px "Trebuchet ms"; font-weight:bold;}

.iframe_conteudo{height:440px; width:100%;}

.input_2, .input_3 {font:12px "Trebuchet ms"; border:1px solid #ff8c12; width:100%;}
.input_3{width:145px;}
textarea{ width:100%; height:100px; overflow:auto; border:1px solid #ff8c12; font:12px "Trebuchet ms";}

.table {width:100%;}
.table td{font:13px "Trebuchet ms";padding:2px 0px 2px 0px;}

a:link, a:visited{
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#ff6418;
	text-decoration:underline;
}

