*{
    border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-decoration: none;
}

a{
	color: #000000;
	text-decoration: none;
}
  
#pagina{
	padding-bottom: 5px;
	background: #eaeaea url(../imagens/fundo.jpg) repeat-x;
    color: #000000;
}
  
#tudo{
    width: 765px;
    margin: 2px auto;
	background-color: #ffffff;
	display: table;
}
  
#topo{
    width: 100%;
	height: 150px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}
  
#centro{
    width: 100%;
	display: table;
}

#conteudo{
	width: 740px;
	margin: 10px;
}

#links{
	width: 100%;
	background: #ededed;
	padding: 8px 0px 5px 0px;
	display: table;
	text-align: left;
}

#link{
	width: 123.33px;
	text-align: center;
	float: left;
}

#links2{
	width: 100%;
	background: #ededed;
	padding: 8px 0px 8px 5px;
	display: table;
}

#link2{
	width: 140px;
	float: left;
	padding-left: 6px;
}
  
#rodape{
    width: 100%;
	height: 35px;
	background: url(../imagens/fundo_rodape.jpg) no-repeat;
	border-top: 1px solid #000000;
	line-height: 35px;
	
}

.assinatura {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.destaque{
	color: #999;
	font-weight: bold;
}

#left {
	float:left;
	padding-left: 10px;
	text-align: center;
}

#right {
	float:right;
	padding-right: 10px;
	text-align: center;
}

.center {
	text-align: center;
}

.aba{
	width: 115px; 
	height: 16px;
	padding: 4px 0px 0px 3px;  
	background: url(../imagens/detalhe.jpg) no-repeat top left;
	color: #fff; 
	font-weight: bold; 
}

/*Classes formularios*/
#nome, #endereco, #email, #assunto, #nome_amigo, #email_amigo {
	width: 68%;
}

#seta{
	padding-right: 5px;
	color: #FFCC00;
}

input {
	background-color: #ffffff;
	border: 1px solid #999999;
	margin-top: 4px;
}

select {
	background-color: #ffffff;
	border: 1px solid #999999;
	margin-top: 4px;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #999999;
	margin-top: 4px;
	width: 68%;
}

label{
	float: left;
	border: 0;
    width: 20%;
	margin-top: 4px;
	padding-right: 5px;
	text-align: right;
}
/*Fim classes formularios*/

/* INICIO ESTILOS DO TEMPO*/
ul#primary-nav, ul#primary-nav ul {
	float: left;
	width: 123.33px;
	font-weight: bold;
	text-align: center;
}

ul#primary-nav li {
	position: relative;
	list-style: none;
}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	border: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; left: 0px; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: -7px;
	top: -170px;
	/*efeitos de tamanho transparencia e caregando*/
	width: 150px;
	height: 170px;
	background: #eaeaea url(../imagens/Carregando.gif) no-repeat center;
	filter: alpha(Opacity=90);
	-moz-opacity: 0.90;
	opacity: .90;
}

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; }

/* FIM ESTILOS DO TEMPO*/