body {
	margin:0;
	padding:0;
	background:#cccccc;
	text-align:center; /* hack para o IE - Centralizar conteúdo*/
}

#bdCorpo{
	background-image: url('../images/fundo_pagina.png');
	background-repeat: repeat;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
}

#tbPrincipal{
	margin:0 auto;
	text-align:left; /* "remédio" para o hack do IE */
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #858585;
	height: 100%;
	background-color: White;
	width: 760px;
}

#tbPrincipalReserva{
	margin:0 auto;
	text-align:left; /* "remédio" para o hack do IE */
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #858585;
	height: 100%;
	background-color: White;
	width: 800px;
}

#trTopoSite{
	background-image: url('../images/fundo_cabecalho.png');
	background-repeat: repeat-x;
}

#logo_topo_site{
	width: 175px;
	height: 135px;
	background-image: url('../images/logo_topo_site.png');
	background-repeat: no-repeat;
}

#tdTopoVazio{height: 55px;}
#tdTopoInfo{
	height: 88px;
	width: 350px;
}
#tbTopo{width: 585px;}
#espaco_topo{vertical-align: top;}

.menuTopo{
	font-family:tahoma;
	font-size:10px;
	color:#474747;
	font-weight:bold;
	cursor:pointer;
	vertical-align: top;
	text-align: center;
}

.fone,.rotuloFone{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
}

.fone{
	color: orange;
}

.rotuloFone{
	color:#243086;
}
