@charset "utf-8";
/* CSS Document */

/*** TEXTOS - CONTEÚDO ***/
.link_content {
	width: 550px;
	padding-top: 115px;
	float: right;
	min-height: 950px;;
	_width: 545px;
	_height: 720px;
}
.link_content h2 {
	color: #231F20;
	font-family: Arial Narrow;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/tit_links.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	border-bottom: 1px dotted #95B300;
	letter-spacing: 5px;
	line-height: 100px;
}
.link_content h3 {
	color: #95B300;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	padding: 0;
	border-bottom: 1px dotted #231F20;
}
.link_content h4 {
	color: #95B300;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #231F20;
}
.link_content h5{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#231F20;
	margin: 5px 25px 15px 22px;
}

.link_content p {
	padding: 15px 15px 0 15px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color:#231F20;
	text-align: justify;
}
.link_content p a {
	color:#231F20;
	text-decoration: underline;
}
.link_content p a:hover {
	text-decoration: none;
}
.link_content ul li{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#231F20;
	margin: 15px;
}
.link_content ul li a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#231F20;
	text-decoration: underline;
}
.link_content ul li a:hover{
	text-decoration: none;
}
.link_content hr{
	border: 1.5px solid #CDCDCD;
	margin: 15px 0;
}

/*** PESQUISA DE TEXTOS ***/
.pesquisaLinks fieldset{
	border: 1px solid #CCCCCC;
	padding: 0px 10px 5px 10px;;
	width: auto;
	background: #FFFFFF;
	text-align: center;
}
.pesquisaLinks legend{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 2px 5px;
	color:#999999;
}

.pesquisaLinks fieldset select{
	border:1px solid #231F20;
	padding: 2px;
	vertical-align: middle;
	width: 200px;
	height: 17px;
	color: #231F20;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.pesquisaLinks fieldset input.btncadastrar{
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 2px;
	border:0;
	cursor: pointer;
	background: #231F20;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 2px 0 2px;
}