@charset "ISO-8859-1";
/* skin default - empresa */

/* fomatando a div empresa que conterá todo o conteúdo sobre a empresa */
div#empresa
{
	display:inherit;
	position:relative;
	width:780px;
	height:auto;
	border-bottom:1px solid #fff;
	color:#fff;
	float:left;
	background:#234c9b;
}

/* formatando a tabela */
div#empresa table
{
	position:relative;
	width:750px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	*margin-left:5px; /* hack para IE */
	border:0px;
}

/* formantando as células das tabelas */
div#empresa table td
{
	width:240px;
	padding:10px;
	line-height:14px;
	vertical-align:top;
	text-align:justify;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
}

/* formatando os títulos h1 */
div#empresa table td h1
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:20px;
	_font-size:16px; /* hack para IE < 7 */
	f\ont-size:20px; /* hack para IE 6 */
	font-weight:bold;
	height:30px;
	color:#fff;
	z-index:100;
}

/* formatando a lista */
div#empresa table td ul li
{
	list-style-type:square;
	margin-left:15px;
	font-size:13;
	font-weight:bold;
}

/* formatando a lista cujo a class seja topicos */
div#empresa table td ul.topicos li
{
	list-style-type:disc;
	margin-left:15px;
	font-size:12px;
	font-weight:normal;
}

