body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin:0;
	background-image:url(imagens/fundo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
}

#tabela {
	width:800px;
	height: 100%;
	padding:0px;
	border:0px;
	cellspacing:0px;
	text-align:center;
	vertical-align:middle;
}

#topo {
	height:180px;
}

#rodape {
	height:50px;
}

#barra {
	width:220px;
}

#content {
	width:580px;
}

#listCatalogo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	width:190px;
}

#linha_h {
	height:1px;
	padding:0;
	background-color:#CCCCCC;
}

/* Links */

a.texto:link {color:#2e3491; text-decoration:none; }
a.texto:visited {color:#2e3491; text-decoration:none; }
a.texto:hover {color:#0033CC; text-decoration:underline; }
a.texto:active {color:#2e3491; text-decoration:none; }

a.destaque:link {color:#545454; text-decoration:none; }
a.destaque:visited {color:#545454; text-decoration:none; }
a.destaque:hover {color:#767676; text-decoration:underline; }
a.destaque:active {color:#545454; text-decoration:none; }

a.home:link {color:#545454; text-decoration:none; }
a.home:visited {color:#545454; text-decoration:none; }
a.home:hover {color:#767676; text-decoration:underline; }
a.home:active {color:#545454; text-decoration:none; }