body 
{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 1.3em;
}

*, body, div, p, td, input, textarea, select
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

input, textarea, select
{
	border: solid 1px #d7d7d7;
}

.semborda
{
	border: none;
	background: none;
}

h2
{
	margin-left: -2px;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1em;
	color: #4b371f;
}

h3
{
	font-size: 1.7em;
	font-weight: bold;
	color: #00619c;
}

h5
{
	font-weight: bold;
	color: #00619c;
}
h5.linha
{
	border-bottom: solid 1px #00619c;
}

a
{
	color: #006399;
}
a:hover
{
	color: #333;
}

a.cinza 
{
	color: #333;
	text-decoration: none;
}
a.cinza:hover
{
	color: #006399;
}

a.seta 
{ 
	background: url(../imagens/menu_sub-seta_home.gif) left no-repeat; 
	text-align: left;
	padding: 0 0 0 10px;
	color: #4b371f;
	text-decoration: none;
}
a.seta:hover
{ 
	color: #ff3300;
}

hr
{
	border:1px solid #ccc;
}

#div_conteudo ul 
{ 
	margin-left: 15px; 
	list-style: disc; 
}
#div_conteudo ul li
{
	padding-bottom: 5px;
}

.botao
{
	background:none; 
	border: 0; 
	background-image:url(../imagens/img_botao.gif); 
	width:70px; 
	height:20px; 
	padding: 0 0 2px 0;
	color:#FFF; 
	font-size:1.2em;
	text-align: center;
}
.botao:hover
{
	background-image:url(../imagens/img_botao_over.gif); 
}
.botao_grd
{
	background:none; 
	border: 0; 
	background-image:url(../imagens/img_botao_grd.gif); 
	height:20px; 
	padding: 0 8px 2px 8px;
	color:#FFF; 
	font-size:1.2em;
	text-align: center;
}
.botao_grd:hover
{
	background-image:url(../imagens/img_botao_grd_over.gif); 
}

.clearfloat 
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

fieldset legend 
{
	font-weight: bold;
	color: #00619c;
	padding: 0 5px 0 5px;
}