@charset "utf-8";
/* CSS Document */

body {
	margin-left: 2%;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #FFFFFF;
	scrollbar-face-color: #7e7eb4;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A:link {
	font-weight: bold;
	font-size: 11px;
	color: #73d0d8;
	background-color: transparent;
 	text-decoration: none;
}
A:visited {
	font-weight: bold;
	font-size: 11px;
	color: #2DBCDC;
	background-color: transparent;
  	text-decoration: none;
}
A:active {
	font-weight: bold;
	font-size: 11px;
	color: #73d0d8;
	background-color: transparent;
 	text-decoration: none;
}
A:hover {
	border-top: #C017F0 1px solid;
	font-weight: bold;
	font-size: 11px;
    background-image: url(http://www.sttalo.com/img/fundolink.gif); 	
	color: #ffffff;
	border-bottom: #C017F0 1px solid;
	background-color: transparent;
 	text-decoration: none;
}
.textoesp {
	font-size: 10px;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align:justify;
}
.titulo {
	font-size: 13px;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	text-align:justify;		
	font-weight: bold;
	color: #9900CC
}
.destaque{
	font-size: 11px;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	text-align:justify;
	font-weight: bold;
	color: #7e7eb4
}
hr {
	color: #7d7eb4;
	width: 100%;
	height: 1%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
}
.tabela {
	margin-left: 5%;
	margin-right: 5%;
	margin-right: 20%;
	}
blockquote {
	margin-left:30px;
	padding:10px 10px 10px 10px;
	color: #6A5ACD;
	background:#F5F5F5;
    font-weight: bold;
	}
