/* CSS Document */
body {
	background-image:url(../imagens/fundo.jpg)
}

a:link     { color:#009DE0;
             font-weight:bold}  /* link ainda não visitado */
			 
a:visited  { color:#009DE0 ;
             font-weight:bold }  /* link já visitado */

a:hover    { color: #B1C700;
			 font-weight:bold }  /* link que está sob o ponteiro do rato */
			 
a:active   { color: #B1C700;
             font-weight:bold }  /* link seleccionado */

p.corpo
{ 

text-align: justify;

color:#003399;

font-size: 12px;

font-family: "Times New Roman", Times, serif

} 

p.titulo
{font-weight:bold;
color:#009DE0;
font-size:13px}

td.tx
{
text-align: justify;

color:#003399;

font-size: 12px;

font-family: "Times New Roman", Times, serif}


input.corpo
{
text-align: center;

color:#003399;

font-size: 12px;

font-family: "Times New Roman", Times, serif}



form.corpo
{
text-align: justify;

color:#003399;

font-size: 12px;

font-family: "Times New Roman", Times, serif}