@charset "utf-8";

*
{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

html,
body
{
	background-color:#E7D8AF;
	background-image:url(../img/bgLethamis.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#000;
	height:100%;
	width:100%;
}

body
{
	font-size:12px;
}

a
{
	color:#00F;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a[target="_blank"]
{
	background-image:url(../img/ico_janela.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	color:#300F6A;
	margin:0.6em 0 0.5em;
}

h1
{
	font-size:2em;
}
h2
{
	font-size:1.8em;
}
h3
{
	font-size:1.6em;
}
h4
{
	font-size:1.4em;
}
h5
{
	font-size:1.2em;
}
h6
{
	font-size:1em;
}

p
{
	color:#000;
}

ol,
ul
{
	list-style-position:outside;
	margin:0.3em;
	padding:0 0 0 2em;
}

.info
{
	margin:0.6em 0;
}

.copy
{
	font-style:italic;
	font-size:0.8em;
}

#tudo
{
	padding:30px 40px 30px 400px;
	max-width:850px;
}
#titulo {
	display:none;
}
