
/* fonte do corpo, parágrafo, tabela */
body,p,td {
	
	font-family:verdana,arial;
	font-size:12px;
	line-height:21px;
	color:#000000;

}



/* fonte dos subtitulos - verdes */

h1 {

	font-family:verdana,arial;
	font-size:14px;
	line-height:15px;
	color:#553c00;
	margin-top:20px;
	text-align:center

}


/* fonte dos subtitulos - verdes */

h2 {

	font-family:verdana,arial;
	font-size:11px;
	line-height:15px;
	color:#553c00;
	margin-top:20px;

}


/* fonte dos links - vermelho e nao sublinhado */
a {

	color:#000000;
	text-decoration:none;
	text-decoration:underline;

}

a:hover {

	color:#999999;
	text-decoration:underline;

}

/* visual dos inputs de formulário */
input {

	border: #555 1px solid;
	background: #f9f9f9;

}

/* visual dos textarea de formulário */
textarea {

	border: #555 1px solid;
	background: #f9f9f9;

}

/* personalizacoes especificas */
.asterisco {

	color: #F00;

}


/* bordinha das fotos*/
.foto {

	border: solid 1px #555;

}


body,td,th,td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

body {
	background: #FFF url(../img/fundo.gif) top center repeat-y;
	margin: 0px;

}

.topo {

	background: url(../img/topo.gif) top center no-repeat;
	margin: 0px;

}

.rodape {

	background: url(../img/rodape.gif) top center no-repeat;height:96px;
	margin: 0px;

}
.topo tr td table tr td strong {
	font-size: 14px;
}

.tituloTabela {

	font-weight:bold;
	background-color:#ffcb05;
	font-size:11px;
}