/* Folha de Estilos */

body
{
	margin: 0px;
	padding: 0px;
	text-align:center
}

#container
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

p,div,span,a, select
{
	font-family:Verdana;
	font-size:10px;
	color:#6b6a6b;
	line-height:11px;
}

select
{
	font-family:Verdana;
	font-size:11px;
	color:#6b6a6b;
	line-height:18px;
}

label{color:#DA251E}

div { text-align:left }

img{border:0px}

a {text-decoration:none}

a:hover{color:#DA251E}

ul
{
	padding:0px;
	margin:0px;
}

li
{
	list-style:none;
	display:inline;
}

.menu_rodape
{
	color:#990000
}

.texto_categorias
 {
	color:#015F96;
	font-size:10px;
	font-weight:bold
}

.texto_branco
 {
	color:#fff;
}

.campo
{
	background-color:#fff;
	border:1px solid #000;	
}

.link_categorias
{
	font-family:Verdana;
	font-size:11px;
	color:#014670;
	font-weight:bold
}






