@import url("geral.css");

h6 {
	font-size:14px;
	font-weight:bold;
	color:#660099;
	margin:0px 0px 10px 10px;
	text-transform:uppercase;
}

h1,h2,h3,h4,h5 { font-size:12px; font-weight:bold; color:#082258; }

a:link,a:active,a:visited { color:#fff; text-decoration:underline; }
a:hover { text-decoration:none; }

#imagem {
	background:url(../imagens/temla_marca_borboleta_int.gif) no-repeat;
	height:251px;
	width:100%;
	position:relative;
	top:10px;
	left:0;
}

#container {
	background:#FFFFFF;
	height:410px;
	width:771px;
	position:absolute;
	left:50%;
	margin-left:-386px;
}

#conteudo {		
	height:360px;
	width:455px;	
	position:relative;
	top:20px;
	left:0;	
}

#conteudo #int { 
	overflow-x: hidden;
	overflow-y: scroll;
	position:relative;
	margin: 0px 0 10px 10px;
	top:0;
	left:0;
	height:330px;
	width:455px;
	color:#666;	 
}

#conteudo #int ul { list-style-type:square; }

#conteudo #int ul li span { font-size:10px; padding:0 0 0 5px; color:#ccc; }

#conteudo p { line-height:13pt; }