/* Formatação separada da main.css para utilização pelo Editor de Texto */
		  /* (css chamada pelo editor em ckeditor/config.js) */

p, ol, ul, blockquote, body, th, td, textarea {
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 13pt;
	color: #343434;
	font-weight: normal;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ol, ul, blockquote, th, td, textarea {
	text-align: justify;
}

.text {
	font-size: 12px;
	color: #343434;
	font-weight: normal;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
}


blockquote {
	font-style:italic;
	text-indent: 0;
	margin: 0 0 0 20px;
}

a {
	font-weight: 600;
	text-decoration: none;
	color: #235d6a;
	outline: none;
}

p a:hover, #content a:hover {
	color: #A84802;
}

a.text_link, a.text_link:hover {
	font-size: 12px;
	color: #343434 !important;
	font-weight: normal !important;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.text_link:hover {
	text-decoration: underline !important;
}

h2 a:hover {
	text-decoration: underline;
}

h1, #h1_m, #h1_l {
	margin: 0;
	padding: 28px 0 16px 0;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 26px;
	font-weight: 600;
	color: #235d6a;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align:left !important;
	position:relative;
}

#h1_m {
	background: url(../images/h1_m.gif) no-repeat top right;
	padding-right: 40px !important;
}

#h1_l {
	background: url(../images/h1_l.gif) no-repeat top left;
}

h2 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 13px;
	font-weight: 800;
	line-height: 26px;
	color: #4E493D;
	letter-spacing: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 13px;
	margin: 0 0 12px 0;
	line-height: 14pt;
	text-align: justify;
	color: #235d6a;
	font-weight: 800;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 16px;
	color: #4E493D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


code {
	display:block;
	text-align: left !important;
	color:#706d60;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
}

code a, code a:hover {text-decoration:underline; color: #706d60 !important;}

.h4_code {
	font-size: 16px;
	font-weight: 800;
	line-height: 26px;
	color: #235d6a;
}

.h5_code {
	font-size: 13px;
	font-weight: 800;
	line-height: 26px;
	color: #4E493D;
}

.file_name {
	font-size: 15px;
	font-weight: 600;
	color: #235d6a;
}

.file_name_small {
	font-size: 13px;
	font-weight: 600;
	color: #235d6a;
}

.error_message {color:#A3162F}