/* Copyright: Filipe Rocha - filipe@bedeleted.com */
/* 27.11.2004 - Todos os direitos reservados */

/* -----------[ Corpo ]----------- */
body {
	margin: 0px;
	background-color:#ffffff;
}
td, p, div {
	font-family: Verdana;
	font-size: 11px;
	color: #606365;
}
.body {
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebeaea;
	margin: 0px;
}
.bg_cima_esq {
	background-image:url(http://www.emilianotoste.pt/img/f-esq-cima.gif);
	background-repeat:repeat;
	background-position:center;
}
.red-esq {
	background-image:url(http://www.emilianotoste.pt/img/red-esq2.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.red-dir {
	background-image:url(http://www.emilianotoste.pt/img/red-dir2.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.bg_inicio {
	background-image:url(http://www.emilianotoste.pt/img/fundo-inicio.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.form {
	background-color: #00145D;
	border-width:1px;
	background-color:#FFFFFF;
}

input, select, option, textarea {
	font-family: Tahoma;
	font-size: 10px;
	}


/* -----------[ Links ]----------- */
.link_azul {color: #316AC5; text-decoration: none; font-weight: bold;}
.link_azul:hover {color: #316AC5; text-decoration:underline; font-weight: bold;}
.link_preto {color: #000000; text-decoration: none;}
.link_preto:hover {color: #000000; text-decoration:underline;}
.link_cinza {color: #606365; text-decoration: none; font-weight: bold;}
.link_cinza:hover {color: #606365; text-decoration:underline; font-weight: bold;}
.link_laranja {color: #FAB03D; text-decoration: none; font-weight: bold;}
.link_laranja:hover {color: #FF9B00; text-decoration:underline; font-weight: bold;}
.link_branco {color: #ffffff; text-decoration: none;}
.link_branco:hover {color: #ffffff; text-decoration:underline;}

/* -----------[ texto]----------- */
.titulos {
	font-size:12px;
	color:#00145D;
	font-weight:bold;
}
.obrigatorio {
	font-family:Tahoma;
	font-size:18px;
	color:#009900;
	font-weight:bold;
}
.branco {color:#FFFFFF;}
.laranja {color:#FF9900;}