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

/* -----------[ Corpo ]----------- */
body {
	margin: 0px;
}
td, p {
	font-family: arial;
	font-size: 11px;
	color: #4A4849;
}
.body {
	background-image: url(http://www.casacorreia.com/img/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#BFE2EF;
	margin: 0px;
}
.bg_fundo {
	background-image:url(http://www.casacorreia.com/img/bg-fundo.gif);
	background-repeat:repeat-y;
	background-position:center;

}
.bg_lateral_dir {
	background-image:url(http://www.casacorreia.com/img/a4.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bg_lateral_esq {
	background-image:url(http://www.casacorreia.com/img/a5.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bg_titulo {
	background-image:url(http://www.casacorreia.com/img/a8-bg.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.bg_titulo2 {
	background-image:url(http://www.casacorreia.com/img/a9-bg.gif);
	background-repeat:no-repeat;
	background-position:left;
}

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

a {color: #1A1A1A; text-decoration: none; font-weight: bold;}
a:hover {color: #454545; text-decoration:underline; font-weight: bold;}

/* -----------[ Links ]----------- */
.link_azul {color: #316AC5; text-decoration: none; font-weight: bold;}
.link_azul:hover {color: #316AC5; text-decoration:underline; font-weight: bold;}
.link_cinza {color: #DDDDDD; text-decoration: none; font-weight: bold;}
.link_cinza:hover {color: #DDDDDD; text-decoration:underline; font-weight: bold;}
.link_laranja {color: #EA871B; text-decoration: none; font-weight: bold;}
.link_laranja:hover {color: #000000; text-decoration:underline; font-weight: bold;}

/* -----------[ texto]----------- */
.titulos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.obrigatorio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#009900;
	font-weight:bold;
}
.laranja {color:#EA871B;}
.branco {color:#FFFFFF;}