@charset "iso-8859-1";

body	{
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	margin: 0px 70px 20px 70px;
}

#conteudo table, td	{
	font-size: 12px;
	border-bottom: 1px solid #8D3B01;
	border-top: 1px solid #8D3B01;
	border-right: 0px solid white;
	border-left: 0px solid white;
	padding: 0.3em;
}

#conteudo h1	{font-size: 15px; font-weight: bold; color: #8D3B01;}
#conteudo h2	{font-size: 14px; font-weight: bold; color: #8D3B01; margin-top: 30px;}
#conteudo h3	{font-size: 13px; font-weight: bold;}

#conteudo a:link {color: #8D3B01; text-decoration: underline;}
#conteudo a:visited {color: #8D3B01; text-decoration: underline;}
#conteudo a:hover {color: #8D3B01; text-decoration: none;}
#conteudo a:active {color: #8D3B01; text-decoration: underline;}

#conteudo small	{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

#navega {
	background-color: #8d3b01;
	width: 100%;
	height: 20px;
	padding: 3px;
	margin-top: 5em;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

#navega a:link 		{color: #FFFFFF; text-decoration: none;}
#navega a:visited	{color: #FFFFFF; text-decoration: none;}
#navega a:active		{color: #FFFFFF; text-decoration: none;}
#navega a:hover		{color: #FFFFFF; text-decoration: underline;}
