* 
{
    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;
}

.titulo_seccao span
{
	text-transform:none;
	color:#0765AB;
	margin-left:50px;
}

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;
 	overflow:auto;
 	width:670px;
}

td#first_cell div#first_cell_border
{
  border-left:1px solid #CDCDCD;
  margin-left:15px;
  text-align:left;
  height:100%;
  background-color:white;
}

p.contact_bold
{
	font-weight:bold;
}

table#table_contacts
{
	margin:40px 20px 40px 30px;
	overflow:auto;
	width: 600px;
}

table#table_contacts td
{
	padding-bottom:30px;
	vertical-align:top;
	overflow:auto;
}

table#table_contacts td img
{
	float:left;
	margin-right:7px;
}

#second_cell_inner{margin-right:12px;border-left:1px solid #ccc}
