p, td, li {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #626868;
}

img {
	border: 0px;
}

form {
	margin: 0;
	display: inline;
}

a {
	color: #F47100;
}

a:hover {
	color: #F47100;
	text-decoration: none;
}

a:visited {
	color: #F47100;
}

input, select, textarea {
        background-color: #f7f7f7;
        border: 1px solid #f68e35;
        color: #333333;
        font-family: Verdana,Bitstream Vera Sans, sans-serif;
        font-size: 11px;
}

input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
        background-color: white;
        color: black;
}

.titulo_secao {
	font-family:Verdana,Bitstream Vera Sans,sans-serif;
	font-size:12px;
	color:#817200;
	font-weight: bold;
}

.menu {
	font-size:14px;
	color:#BE691E;
	text-decoration: none;
	width:100%;
}
.menu:visited {
	color:#BE691E;
}
.menu:hover {
	background-color: white;
}

