/* IMPRESSAO:
--------------------------------------------------------------------------------------- */

@import url("typography.css");

img
{
	border			:	0;
}

a
{
	color			:	#003772;
	font-weight		:	bold;
	text-decoration	:	none;
}

hr,
form,
div#wrapper ul.accessibility,

/* Estrutura */

div#wrapper div#header ul.options,
div#wrapper div#header ul.language,
div#wrapper div#menu,

/* Home */

body.home div#wrapper div#content ul.calls,

/* Interna */

body.intern div.breadCrumb,
body.intern div#wrapper div#menuSide,
body.intern div#wrapper div#genericSide,

/* Rodape */

div#wrapper div#footer
{
	display			:	none;
}

/* Titulos */

div#wrapper div#content h2
{
	color			:	#003772;
}

body.intern div#wrapper div#content h2
{
	font-size		:	1.9em;
	border-bottom	:	1px dashed;
	letter-spacing	:	-1px;
}

body.intern div#wrapper div#content h3
{
	font-size		:	0.9em;
}

div#wrapper div#content h4
{
	color			:	#FF9900;
}

/* Conteudo */

div#wrapper div#content
{
	font-size		:	0.8em;
}
