@charset "utf-8";
/* CSS Document */

body
{
	margin:0px 0px 0px 0px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	background-image:url(fundo_site.jpg);
	background-repeat:repeat-x;
}


/* TEXTOS */
.texto1
{
	font-size: 11px;
	color:#2E1500;
}

.texto2
{
	font-size: 11px;
	color:#FFFFFF;
}

.titulo1
{
	font-size: 11px;
	color:#2E1500;
	font-weight:bold;
}

.texto_alerta
{
	font-size: 10px;
	color:#FF0000;
}


/* LIKS */
a.link1
{
	font-size: 11px;
	color: #4d687f;
	text-decoration: underline;
	font-weight:bold;
}

a.link1:hover
{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
