

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

a:hover {
  text-decoration: underline;
  color: #DD0000;
}

h1, h2, h3 {
  margin: 10px 0px;
  padding: 5px;
  font-family: Arial, Tahoma, Helvetica, Tahoma, Verdana;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: left;
  color: #444444;
  text-align: center;

  line-height: 1.3em;
}

h2 {
	font-size: 13px;
	line-height: 1.6em;
}

h3 {
	margin: 10px 5px;
	font-size: 14px;
	text-align: left;
}

h4 {
	margin: 3px 0px 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

ul, ol {
  margin-top: 4px;
  margin-bottom: 7px;
}

li {
	margin-top: 5px;
}


form, option, select, radio {
  margin: 0;
  padding: 0;
}

hr {
  padding: 0px;
  margin: 0px;
  height: 0px;
  border-style: solid;
  color: #B8B68D;

  border: 1px solid #B8B68D;
}

p {
  margin: 10px 0px;
  padding: 0px;
  text-indent: 2em;
}



.btn {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border : 1px solid #6A6967;
  background-color: #DD422E;
  padding: 0px 1px;
  cursor: pointer;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	body, table, td {
		font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
		line-height: 1.6em;
	}

	body {
		margin: 0px;
		padding: 0px;
		height: 100%;

		overflow: auto;

		background-color: #DEDEDE;

		scrollbar-face-color: #DD0000;
		scrollbar-shadow-color: #DEDEDE;
		scrollbar-highlight-color: #DEDEDE;
		scrollbar-3dlight-color: #DEDEDE;
		scrollbar-darkshadow-color: #DEDEDE;
		scrollbar-track-color: #DEDEDE;
		scrollbar-arrow-color: #FFFFFF;
	}


	div#skel {
		position: absolute;

		border-left: 4px solid #DD0000;
		border-right: 4px solid #DD0000;

		width: 600px;

		top: 0px;
		left: 50%;

		margin-left: -300px;

		background-color: #FFFFFF;

		text-align: center;
	}

	div#commands {
		width: 300px;
		height: 40px;

		margin: 5px 3px;

		position: absolute;
		right: 0px;

		text-align: right;
	}


	div#codigo_conteudo,
	div#despacho_conteudo {
		padding: 5px 17px;
		text-align: left;
	}

	div#footer {
		font-size: 11px;
		font-weight: bold;

		text-align: center;
		width: 300px;

		position: absolute;
		left: 50%;
		margin-left: -150px;

		padding: 10px 0px 0px;
		border-top: 1px solid #999999;
	}

	 #footerhr {
	 	margin-bottom: 5px;
	 	margin-left: 175px;
	 	*margin-left: 0px;
	 	width: 250px;
	 	border: 0px solid #888888;
	 	border-top: 1px solid #888888;
	 }
