html, body {
	height: 100%;
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-size: 10px;
	background-color: #FCF0E0;
}

A:link { color: #B76A00; text-decoration: none; font-weight: bold; }
A:visited { color: #B76A00; text-decoration: none; font-weight: bold; }
A:hover { color: #EBA33D; text-decoration: underline; font-weight: bold; }

A:link.menu { font-family: Verdana,Helvetica,Geneva; font-size: 11px; color:#ffffff;font-weight: bold;}
A:visited.menu { font-family: Verdana,Helvetica,Geneva; font-size: 11px; color:#ffffff; font-weight: bold;}
A:hover.menu { font-family: Verdana,Helvetica,Geneva; font-size: 11px; color:#FF7F2A; font-weight: bold;}

table {
	font-size: 12px;
}

.corpo {
	background-image : url('imagens/fundo.jpg'); background-position:left top; background-repeat:no-repeat;
}

.fundo_branco {
	background-image : url('imagens/fundo_branco.gif'); background-position:left top; background-repeat:no-repeat;
}

.destaques {
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-size: 10px;	
	border-bottom:1px #D35511 solid;
}

td {
	font-family: Verdana,Arial,Helvetica,Geneva;
	font-size: 10px;
}

div.semfoto {
	border:1px orange solid;	
	width:150px;
	height:100px;
	min-width:170px !important;
	min-height:100px !important;
	text-align:center;
}
span.semfoto {
	position:relative;
	top:45%;
	color: orange;	
}

div.semfoto2 {
	border:1px orange solid;
	width:100px;
	height:70px;
	min-width:105px !important;
	min-height:70px !important;
}

td.registo {
	border-top:0px orange solid;	
	border-left:0px orange solid;	
	border-bottom:1px orange solid;
} 

.titulo2 {
	color:#A0410D;
	text-align:left;
}

.formsug {
	font-family: Verdana,Arial,Helvetica,Geneva; 
	font-weight: bold;
	font-size: 10px;
	color: #d77d34;
	height:18px;
	width:70px;
	border: 1px solid  #8B8B8B;
	background-color:#F3E4D8;
}


/* botoes */

div#buttonA {
	margin-left: 5px;	
}
div#buttonA ul {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
}
div#buttonA li {
	padding: 2px;
	list-style-type: none;
	height: 20px;
	width: 105px;
	margin:10px;	
	text-align:center;
}
div#buttonA li a {
	padding: 3px;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
	border-width: 2px;
}
div#buttonA li a:link {
	padding: 3px;
	border: #8B8B8B 1px solid;
	display: block; 
	padding-top: 6px; 
	background-color: #BA6900; 
	font-weight: bold;
/*	border-style: outset; */
}
div#buttonA li a:visited {
	padding: 3px;
	border: #8B8B8B 1px solid;
	display: block; 
	padding-top: 6px; 
	background-color: #BA6900; 
	font-weight: bold;
/*	border-style: outset; */
}
div#buttonA li a:hover {
    	font-weight: bold;
   	color: #BA6900;
	background-color: #efdac9;
/*	border-style: outset; */
}

/* fim dos botoes */