@charset "utf-8";

/* estilos gerais da página */
body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
}
body {
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.bgrodape {
	background-image: url(../imagens/bg_rodape.jpg);
	background-repeat: repeat-x;
}

/* estilos dos links */
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #99FF00;
}

/* estilos das fontes */
.fonte10 {
	font-size: 10px;
	font-weight:bold;
}
.fonte9 {
	font-size: 9px;
}
.fonte16 {
	font-size: 16px;
	font-weight:bold;
}

/* estilos dos formulários */
.formindex {
	border: 1px solid #CCCCCC;
	width:98%;
	height:10px;
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}

.formulario {
	border: 1px solid #CCCCCC;
	width:99%;
	height:15px;
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}

.formulario1 {
	border: 1px solid #CCCCCC;
	width:99%;
	height:50px;
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}

.bntformulario {
	border: 1px solid #CCCCCC;
	height:20px;
	font-size:11px;
	font-weight:bold;
	background-color:#F1F1F1;
	color: #999999;
}

input:focus {
	border: 1px solid #9DC749;
}

textarea:focus {
	border: 1px solid #9DC749;
}

.muda { /* estilo borda input IE */
	border: 1px solid #9DC749;
	width:99%;
	height:15px;
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	}
	
.muda1 { /* estilo borda textarea IE */
	border: 1px solid #9DC749;
	width:99%;
	height:50px;
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}

.muda2 { /* estilo borda formulário index IE */
	border: 1px solid #9DC749;
	width:98%;
	height:10px;
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}
.muda3 { /* estilo borda botão IE */
	border: 1px solid #9DC749;
	height:20px;
	font-size:11px;
	font-weight:bold;
	background-color:#F1F1F1;
	color: #999999;
}

/* Outros estilos */
.bordacinza {
	border: 1px solid #DFDFDF;
}

.linhavert {
	background-image: url(../imagens/linha_vert.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
