/* CSS */
body{background-color:333333;margin:0px;}
td{font-family:tahoma,verdana,arial;font-size:11px;color:5F7183;}

/* Preenchimentos */
.bg_preto{background-color:#000000;}
.bg_branco{background-color:#FFFFFF;}
.bg_linhas{background-color:#B7C0CA;}

/* Textos */
.txt_conteúdo {text-align:justify;line-height:150%;text-indent:35px;}

.form{
	border-top: 1px solid #dddddd;
	border-bottom: 1px #dddddd solid;
	border-left: 1px solid #dddddd;
	border-right: 1px #dddddd solid;
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	color: #888888;
}