body {
	font-family: sans-serif;
	font-size: 12px;	
	line-height: 20px;	
	color: #000000;
	}
	
table, tr, td {	
	font-family: sans-serif;	
	font-size: 12px;	
	line-height: 20px;	
	color: #000000;
	}
	
.titulo {
	margin-bottom: 10px;	
	line-height: 60px;	
	text-align: left;	
	text-transform: uppercase;
	font-family: sans-serif;	
	font-weight: normal;	
	font-style: normal;
	font-size: 16px;	
	color: #808080;
	}
	
.normal {	
	text-align: justify;	
	font-family: sans-serif;	
	font-weight: normal;	
	font-style: normal;	
	font-size: 12px;	
	line-height: 22px;	
	color: #000000;
	}
	
.citacao {
	float: right;	
	width: 350px;	
	background-color: #ffffff;	
	padding: 10px;	
	border: 1px #ff8000 solid;	
	text-align: right;	
	font-family: sans-serif;	
	font-weight: bold;	
	font-style: italic;	
	font-size: 11px;	
	line-height: 20px;	
	color: #000000;
	}
	
.rodape {
	background-color: #ffffff;	
	text-align: center;	
	font-family: sans-serif;	
	font-weight:;	
	font-style:;	
	font-size: 9px;	
	line-height: 20px;	
	color: #808080;
	}
	
a:link {
	color: #000000;	
	text-decoration: none;
	}
	
a:active {
	color: #000000;	
	text-decoration: none;
	}
	
a:visited {
	color: #000000;	
	text-decoration: none;
	}
	
a:hover {
	color: #FF9900;	
	text-decoration: none;
	}
	
.box_destaque {
	float: right;	
	border: 1px solid #b8b8b8;	
	margin-bottom: 1em;	
	width: 450px;	
	text-align: justify;
	}
	
.box_destaque_canto {
	background: transparent url(../imgs/canto.gif) bottom right no-repeat;	
	position: relative;	
	left: 2px;	
	top: 2px;	
	padding: 5px 5px 15px 5px;
	}
	
/* Sobre os thumbnails */
.thumbnail {
	position: relative;
	z-index: 0;
	}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	}
.thumbnail span {
	position: absolute;
	background-color: #ffffff;
	padding: 10px;
	left: -1000px;
	border: 1px solid #808080;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
	text-align: center;
	}
.thumbnail span img {
	border-width: 0px;
	padding: 2px;
	}
.thumbnail:hover span {
	visibility: visible;
	left: 20px;
	top: 20px;
	}


