/* BASIC */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.4em; /* 24px; */
	font-weight: bold;
	line-height: 1.125em; /* 27px; */
	text-transform: uppercase;
}

h2 {
	font-size: 1.8em; /* 18px; */
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}

h3, h4 {
	margin: 0;
	padding: 0.333em 0; /* 0 0 4px; */
	line-height: 1.416em; /* 17px; */
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

h3 {
	font-size: 1.400em; /* 14px; */
}

h4 {
	font-size: 1.300em; /* 13px; */
	padding: 1.000em 0;
	text-transform: none;
	line-height: 1.2em;
}

h5, h6, h7 {
	font-size: 1.200em; /* 12px; */
	font-weight: bold;
	color: #000;
	letter-spacing: 0.020em;
	padding: 0 0 0.5em;
}

p, blockquote, pre, dd, dt, li, legend, input, textarea, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
}

p, textarea {
	padding: 0 0 0.75em;
}

blockquote {
	padding-left: 2.83em; /* 34px; */
}

pre {
	font-family: monospace;
	white-space: pre;
}

dt {
	font-size: 1.1em; /* 11px; */
	padding: 0.82em 0 0.73em; /* 9px 0 8px; */
	font-weight: bold;
	font-style: italic;
	line-height: 1.545em; /* 17px; */
}

small {
	font-size: 0.85em; /* 85% do original */
	padding: 0;
	line-height: inherit;
}

ul, ol {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 1.7em;
	margin: 0;
}

ul li {
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	background-image: url(../images/bullet_mini_grey.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding: 0 0 0 10px;
	margin: 0;
}

ol li {
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: inside;
}

ul ul, ol ol, ul ol, ol ul {
	margin-top: 0.5em;
	margin-left: 30px;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #FF5100;
}

a:hover {
	color: #000;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

table {
	width: 100%;
	margin: 0 0 2em 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

thead td {
	font-weight: bold;
	color: #000;
	background: #F6F6F2;
}

td {
	border: 1px solid #D8D8C9;
	padding: 0.2em 0.5em;
}

.mceEditor tbody tr {
	background: #FFF;
}

.mceEditor td {
	padding: 0;
}


/* VER TAMBEM editor_content.css no TinyMCE */


