/* CSS Document */

body {
	background:#000000 url(/template/images/bg.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#conteudo {
font-size:11px;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#conteudo a {
	color: #920100;
	font-size: 11px;
	text-decoration:none;
}

#conteudo a:hover {
	text-decoration:underline;
}

#conteudo a:visited {	
	text-decoration:none; 
}

#conteudo table {
border-collapse:collapse;
}

#conteudo h1 {	
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #705B4A;
	font-style: italic;
	font-weight: normal;
	padding:0;
	margin:0;
}

#conteudo h2 {	
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #705B4A;
	font-weight: normal;
}

#conteudo h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}


.link {
	font-size:11px;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none; 
}


.titNoticia {
	font-family: Tahoma;
	font-size: 11px;
	color: #884F2C;
	font-weight:bold;
	text-align:left;

}
.txtEndereco {
	font-family: Tahoma;
	font-size: 11px;
	color: #4F4B49;
	text-align:left;

}
.fontcorrida {
	font-family: Tahoma;
	font-size: 11px;
	color: #857F7C;
	text-align:left;

}
.fontForProcesso{
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:left;

}
.txtRodape{
	font-family: Tahoma;
	font-size: 10px;
	color: #6F6B68;
	text-align:left;

}
.fontData {
	font-family: Tahoma;
	font-size: 11px;
	color: #433A3A;
	text-align:left;
}


.campo {  
	font:  11px Georgia; 
	color: #048424; 
	background-color: #FFFFFF; 
	border: 1px solid #FFF;
	}
	

/* FORMULARIO */
.botao {
	background:#f1f1f1;
	font-size: 10px;
	color:#333;
	text-align:center;
	padding:0  0.1em 0.1em  0;
	border-width:0.1em;
	border-color:#fff #909090 #909090 #fff;
	border-style:solid;
	text-decoration:none;
	cursor: hand;
}

input, text, select {
	font-size: 10px;
	color:#333;
	padding:0  0.1em 0.1em  0;
	border-width:0.1em;
	border-color:#909090 #909090 #909090 #909090;
	border-style:solid;
	text-decoration:none;
}

