* 
{
    margin: 0px;
    padding: 0px;
    border: 0pt;
    font: normal 11px/14px Verdana; /* font-weight, font-size/line-height, font-family*/
}

b
{
	font-weight:bold;
}

body
{
  background-color: #ffffff;
  font: normal 11px/14px Verdana; /* font-weight, font-size/line-height, font-family*/
  color: #000000;
  text-align: center;
}

.titulo_seccao
{
  border-top:5px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	background-color:#F1F1F1;
	margin-bottom:7px;
	text-transform:uppercase;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
	color:#0765AB;
	padding-left:10px;
	font-weight:bold;
	margin-right:10px;
}

table#main_table
{
	width:980px;
	height:100%;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px solid #CDCDCD;
  border-left:1px solid #CDCDCD;
  border-right:1px solid #CDCDCD;
}

table#main_table td#first_cell
{
  vertical-align:top;
 	text-align:left;
 	padding-top:10px;
 	
}

td#first_cell div#first_cell_border
{
  border-left:1px solid #CDCDCD;
  margin-left:15px;
  text-align:left;
  height:100%;
  background-color:white;
  padding:0px;
}

div#searchTips
{
  margin:10px;
}

div#searchTips p
{
  margin-top:10px;
}

div#searchTips p.question
{
  font-weight:bold;
  margin-top:30px;
  color:rgb(32,50,90);
}

div#searchTips a
{
	color:#0765AB;
	text-decoration:none;
}

div#searchTips a:hover
{
	color:#0765AB;
	text-decoration:underline;
}

div#back 
{
  margin-bottom:5px;
  margin-left:10px;
  margin-top:10px;
  text-align:left;
}

div#back a 
{
  background-image:url(../images/blue_left_arrow.gif);
  background-position:left center;
  background-repeat:no-repeat;
  color:black;
  font-size:9px;
  padding-left:10px;
  text-decoration:underline;
}

#second_cell_inner{margin-right:12px;border-left:1px solid #ccc}

