.border_full {
	border: thin solid #6699CC;
}
.border_justbelow {
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-left-color: #6699CC;
	border-bottom-width: thin;
	border-bottom-color: #6699CC;
}
.box_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 2%;
}
.text_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	margin: 2%;
	font-weight: normal;
	text-indent: 2%;
}.text_noident {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 2%;
	font-weight: normal;
}
.img_border {
	border: thin solid #FFFFFF;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C1C6C9;
	text-decoration: none;
}
body {
	background-color: #043865;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

body {
	background-image: url(../imagens/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #C4C9CD;
}
.orange_title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	margin-left: 2%;
}
.ident {
	text-indent: 3%;
}