*
{
	font-family	: Verdana, Arial, Tahoma, sans-serif;
	padding: 0px;
	margin: 0px;
}

html
{
	overflow-y	: scroll;	
}

body
{
	color		: #1F1F1F;
}

div#container
{
	background	: url('images/fundo.jpg') repeat-x top right #fff;
	width		: 100%;
}

div.main
{
	position	: relative;
	width 		: 1004px;
	background	: transparent;
	left		: 50%;
	margin		: 0 0 0 -502px;
	min-height	: 50%;
}

p 
{
	padding-top: 7px;
}

a
{
	color	: #00543D;
}

/*==============================================================================*/
/*=============================== Cabecalho ====================================*/
/*==============================================================================*/

div.cabecalho
{
	height		: 112px;
	width		: 1004px;
	background	: url('images/logo.gif') no-repeat top right transparent;
}

div.cabecalho div#linkLogo
{
	height		: 112px;
	width		: 320px;
	cursor		: pointer;
}

/*==============================================================================*/
/*================================== Corpo =====================================*/
/*==============================================================================*/

div.conteudo
{
	width		: 984px;
	padding		: 5px 10px;
}

div.conteudo ul
{
	list-style	: disc;
	padding		: 0 0 0 15px;
	line-height	: 19px;
}

div.conteudo div.titulo
{
	padding			: 5px 0 5px 0;
	font-size		: 24px;
	color			: #006633;
	border-bottom	: solid 1px #ccc; 
	font-variant	: small-caps; 
}

div.conteudo div.corpo
{
	font-size		: 12px;
	line-height		: 17px;
}	

div.conteudo div.loading
{
	line-height	: 100px;
	text-align	: center;
	font-size	: 15px;
}

div.conteudo div.loading img
{
	padding	: 0 20px 0 0;
}

/*==============================================================================*/
/*================================= Roadape ====================================*/
/*==============================================================================*/

div.rodape
{
	position	: relative;
	padding-top	: 30px;
	font-size	: 12px;
	color		: #666;	
	width		: 100%;
	line-height	: 16px;
	background	: url('images/rodape.jpg') repeat-x left 20px;
}

div.rodape a img.triad
{
	position	: absolute;
	right		: 0;
	top			: 0;
	border		: 0;
}
