/* CSS Document */


td{
	font-size: 12px;
	font-family: tahoma;
	color: #666666;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #373272;
	text-decoration: none;
}

a:visited {
	color: #373272;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color: #373272;
	text-decoration: none;
}

.caixas-contactos {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	width: 220px;
	border: 1px solid #666666;
}

.botao-form{
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}

.image-border {
	border: 1px solid #666666;
}

.titulo {
	font-family: tahoma;
	font-size: 13px;
	color: #373272;
	font-weight: bold;
}

.conteudo {
	font-size: 12px;
	font-family: tahoma;
	color: #666666;
}

.preco {
	font-family: tahoma;
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
}