body
{
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: none;
	outline: none;
	color: #000000;
}

*
{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	color: inherit;
	font-size: inherit;
	list-style: inherit;
	font-family: inherit;
	line-height: inherit;
	border-collapse: inherit;
}

strong, b
{
	font-weight: bold;
	font-size: 12px;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	text-decoration: underline;
}

sub
{
	color: #999999;
}

p
{
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}

h1
{
	text-align: center;
	margin: 10px 0;
}

h2
{
	border-radius: 4px 4px 0 0;
	background-color: #168196;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	padding: 7px 15px;
	margin: 10px 0;
}

h3
{
	border-bottom: 2px solid #666666;
	height: 30px;
	line-height: 30px;
	margin: 15px 0;
	text-indent: 15px;
	font-weight: bold;
	font-size: 14px;
}

h4
{
	border-radius: 4px;
	background-color: #666666;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	margin: 15px 0;
	text-indent: 15px;
	font-weight: bold;
	font-size: 13px;
}

/* Formulário */
form ul
{
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
}

form ul li
{
	display: block;
	margin-bottom: 15px;
}

form ul li.clear
{
	margin: 0;
	padding: 0;
	float: none;
	clear: left;
}

form ul li.left
{
	float: left !important;
	margin-right: 20px !important;
}

form input[type="text"],
form input[type="password"],
form input[type="file"],
form input[type="color"],
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="range"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form input[type="week"],
form textarea,
form select,
.campo
{
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	padding: 6px;
	background: url(../imgs/geral/input.gif) repeat-x left top #fff;
	margin: 5px 0 0 0;
	display: block;
	color: #000;
}

form select option,
.campo option
{
	text-indent: 5px;
}

form select optgroup,
.campo optgroup
{
	font-weight: bold;
}

form select optgroup *,
.campo optgroup *
{
	text-indent: 25px;
}

/* */
fieldset
{
	border-radius: 4px;
	border: 1px solid #d1d1d1;
	margin: 15px 0 25px 0;
	padding-bottom: 8px;
}

fieldset legend
{
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	color: #333333;
}

fieldset legend a
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 125px 0 5px;
	margin: 0 0 5px 0;
	background: url(../imgs/geral/mostrar.jpg) no-repeat  right center;
	display: block;
	color: #333;
}

fieldset legend a.menos
{
	background-image: url(../imgs/geral/ocultar.jpg);
}

fieldset legend a:hover
{
	text-decoration: none;
}

fieldset table,
fieldset ul
{
	margin: 0 !important;
	padding: 0 !important;
}

fieldset .margem
{
	margin-left: 20px !important;
}