@media screen, projection {

body {
	margin: 0px auto;
	background: #D7DCCD;
	background-image: url(../img/fundo.gif);
	text-align: center;
	}

td, th {
	font-family: trebuchet ms, verdana, arial;
	font-size: 11px;
	color: #000;
	}

a,a.,a.visited,a:visited,a:visited:hover,a:link:visited {
	text-decoration: none;
	color: #535E3E;
}

a:hover,a:link:hover {
	text-decoration: underline;
	color: #C60;
}

.texto11 {
	font-family: trebuchet ms, verdana, arial;
	font-size: 11px;
	color: #000;
	}
	
.obrigado {
	font-family: trebuchet ms, verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #535E3E;
	}
	
.textoverde11 {
	font-family: trebuchet ms, verdana, arial;
	font-size: 11px;
	color: #535E3E;
}	

.textoverde11b {
	font-family: trebuchet ms, verdana, arial;
	font-size: 11px;
	color: #535E3E;
	font-weight: bold;
}	

.textobranco11b {
	font-family: trebuchet ms, verdana, arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}	
	
.nome {
	font-family: trebuchet ms, verdana, arial;
	font-size: 13px;
	color: #677D3D;
	font-weight: bold;
}
	
.justify {
	text-align: justify;
	}	

.rodape {
	font-family: trebuchet ms, verdana, arial;
	font-size: 10px;
	color: #7C8173;
	}
	
textarea {
    BORDER: #666 1px solid;
    PADDING: 1px;
    MARGIN: 1px;
    FONT: 11px trebuchet ms, verdana, arial;
    COLOR: #000;
    BACKGROUND-COLOR: #FFF;
}
	
.botao {
    border: #666 1px solid;
    PADDING: 1px;
    MARGIN: 1px;
    FONT: bold 11px trebuchet ms, verdana, arial;
    COLOR: #000;
    HEIGHT: 18px;
    BACKGROUND-COLOR: #EEEEEE;
    TEXT-ALIGN: center;
}

.campo {
    BORDER: #666 1px solid;
    PADDING: 1px;
    MARGIN: 1px;
    FONT: 11px trebuchet ms, verdana, arial;
    COLOR: #000;
    HEIGHT: 18px;
    BACKGROUND-COLOR: #FFF;
}

.combo {
    BORDER: #666 1px solid;
    PADDING: 1px;
    MARGIN: 1px;
    FONT: 11px trebuchet ms, verdana, arial;
    COLOR: #000;
    BACKGROUND-COLOR: #FFF;
}

}

@media print {

body {
	margin: 0px;
	background: transparent;
	font-family: trebuchet ms, verdana, arial;
	font-size: 10px;
	color: #000;
	}

}

	

