body, p, a, td, ul, ol, li {
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #df8321;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background: #555555;
	text-decoration: none;
}

.menu {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #df8321;
}

a.menu:hover {
	color: #FFFFFF;
	background: #df8321;
	text-decoration: none;
}

.menu_select {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #df8321;
	background: #FBFBCF;
	text-decoration: none;
}

a.menu2 {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #888888;
}

a.menu2:hover {
	background: none;
	color: #AAAAAA;
}

a.submenu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #888888;
}

a.submenu:hover {
	color: #FFFFFF;
	background: #999999;
	text-decoration: none;
}

.submenu_select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #df8321;
	background: #FBFBCF;
	text-decoration: none;
}


input, select, textarea {
	font-size: 11px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: groove;
}

.checkbox {
	border-style: none;
}

.titulo {
	font-weight: bold;
	font-size: 13px;
	color: #df8321;
	font-family: Arial, Helvetica, sans-serif;
}

.erro {
	color: red;
}

.bold {
	font-weight: bold;
}

fieldset {
	width: 100%;
	padding: 10px;
	border: 1px dotted #f7e968;
}

legend {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	background-color: white;
	color: #B3A520;
}
