/* CSS Document */
body      { margin:1px 1px 1px 1px;
            color:#000000;
            font:12px Verdana;
            text-align:center;
			background-image:url(../imagens/css_images/bg_geral.png);
			background-position:center;
          }
		  
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: thin solid #999999;
	background-image:url(../imagens/css_images/bg_input.gif);	
}

select {
	font-family: Courier, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: thin solid #999999;	
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: thin solid #999999;
	background-image:url(../imagens/css_images/bg_input.gif);	
}
.botaoResp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	background-image:none;
	background-image:url(../imagens/css_images/bg_botao.png);
}
		  
		  
		  

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}


table {
	border: thin solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
tr {
	border: thin solid #EFEFEF;
}
td {
	border: thin solid #FFFFFF;
}

.botao {
	margin: 3px;
	height: 19px;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	background-color: #008ccd;
	border-width: 1px;
	border-style: solid;
	border-color: #2dace7 #005d88 #005d88 #2dace7;
	cursor: pointer;
}
.fundo_login{

	background-image:url(../imagens/css_images/bg_login.png);	
	background-position:center;
	background-repeat:no-repeat;
}
.bordtabico {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}

