@charset "utf-8";
/* CSS Document */

body {
	background-color: #E9E9E9;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.destaque{
	 font-weight: bold;
	 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 color: #ba8901;
	 border-bottom: #e3e3e3 1px solid;
}
.bordaimagem{
	border: #e3e3e3 1px solid;
}
.texto{
	font-size: 12px;
}
.legenda{
	font-size: 9px;
	color: #666666;
}
#cabecalho{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#cabecalho a:link{
	 text-decoration: none; 
	 color: #666666;
}
#cabecalho a:visited { 
	text-decoration: none; 
	color: #666666;
}
#cabecalho a:hover{
	text-decoration: underline;
	color: #666666;
}
#conteudo{
	overflow: auto;
	position: relative;
	width: 955px;
/*	height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e0ded9;
	background-color: #FFFFFF;
}
#rodape{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 2px;
	widht: 955px;
	text-align: left;
	font-size: 10px;
	color: #666666;
	width: 955px;
}
#col1{
	float: left;
	width: 260px;
	font-size: 10px;
	color: #464646;
	background-color: #FFFFFF;
}
#col2{
	padding-top: 10px;
	padding-right: 10px;
	overflow: visible;
	height: 370px;
	float: right;
	width: 660px;
	margin-left: 7px;
	margin-right: 10px;
	background-color: #FFFFFF;
	color: #464646;
}
#col2 p{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}
#col2fim{
	float: right;
	bottom: 0;
	background-color: #E9E8EA;
	width: 685px;
	margin: 10px;
/*	border-top: 1px solid #e0ded9;	*/
}
.style2 {font-size: 12px}
