/* Folha de Estilos */

body
{
	background: url(../img/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center
}

#container
{
	width:838px;
	margin-left:auto;
	margin-right:auto;
}

p,div,label,span, a, input, textarea
{
	font-family:Arial, Trebuchet MS, Verdana;
	font-size:11px;
	color:#666666;
	line-height:13px;
}

select
{
	font-size:11px;
	color:#666666
}

a:hover
{
	text-decoration:underline
}

br { line-height:15px }

div { text-align:left }

img{border:0px}

a {text-decoration:none}

/*
ul
{
	padding:0px;
	margin:0px;
}
*/
/*
li
{
	list-style:none;
	display:inline;
}
*/

.texto_categorias
 {
	color:#015F96;
	font-size:10px;
	font-weight:bold
}

.texto_branco
 {
	color:#fff;
}

.campo, textarea
{
	background-color:#fff;
	border:1px solid #0066CC;	
}

.link_categorias
{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#014670;
	font-weight:bold
}

.texto15_negrito
{
	font-weight:bold;
	font-size:15px
}

.texto15_vermelho_negrito
{
	font-weight:bold;
	font-size:15px;
	color:#BE1705
}


.texto25_vermelho
{
	font-size:25px;
	color:#9C1600
}

.texto25_cinza
{
	font-size:25px;
	color:#333333
}






