/*input[type="text"], input[type="password"] { */
input {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

select {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-style:groove;
	text-transform: uppercase;
}

/*input[type="submit"], input[type="reset"] { 
    background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1 px solid #000000;
	height: auto;
	width: auto;
	border-style:groove;
}*/

button {
    background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1 px solid #000000;
	height: auto;
	width: auto;
	border-style:groove;
}

textarea {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-style:groove;
	text-align: justify;
	text-transform: uppercase;
}

li{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #666666;
	font-weight : normal;
}

label{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #666666;
	font-weight : normal;
}

p{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #666666;
	font-weight : normal;
    padding-left: 10;
	padding-right: 10;
}

.texto{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #666666;
	font-weight : normal;
}

.texto_vermelho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}

.texto_titulo{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color : #5E382F;
	font-weight : bold;
}

.texto_subtitulo{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #5E382F;
	font-weight : bold;
}

A:link{
	margin: 0px 0px 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000088;	
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
A:active{
	margin: 0px 0px 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color:#000088;
	text-decoration : none;
}
A:visited{
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size : 12px;
	font-weight : bold;
	color : #000088;
	text-decoration : none;
}
A:hover{
	margin: 0px 0px 0px 0px;
	font-size : 12px;
	color : #000088;	
	text-decoration:underline;
	font-style: normal;
	font-weight : bold;
}

img {
   border:0;
}
.fundo1 {
	background-color: #D0E9B1;
}

.fundo2 {
	background-color: #F8FDB9;
}

.fundo3 {
	background-color: #EEEEEE;
}

.fundo4 {
	background-color: #FFFFFF;
}

.lowercase {
  text-transform:lowercase;
}

#tabela table{
    border-style: solid;
	border-color: #322E2B;
    border-width: 0 0 1px 1px;
}

#tabela td{
    border-style: solid;
	border-color: #322E2B;
    border-width: 1px 1px 0 0;
}

.borda_left_bottom{
   border-bottom: 1px  solid #322E2B;
   border-left: 1px  solid #322E2B;
}

.tabela_borda {
    border-style: solid;
	border-color: #322E2B;
    border-width: 1px 1px 1px 1px;
}



