/* style sheet for Ida Coelho, www.satelier.com.br 2010.06.14 */
/* margin top right bottom left */

body {
	background-color: #FFFFF;
	color: #000000;
	font-family: verdana;
	margin-left: 0;
	margin-top: 0;
	font-size: 80%;
}

div.content{
	margin: 2em;
}

a{
	color: ##00008B; /* DarkBlue */
	text-decoration: none;
}

a:hover {
	color: #CD853F;  /* darkGoldenRod */
	text-decoration: underline;
}
h3{
	color: #FF4500;  /*  OrangeRed   */
	margin-bottom: 0;
}
h3.footer{
	margin: 0;
	color: #0000CD; /* MediumBlue */
}

div.header{
	height: 214px;
	width: 100%;
	background: #FFFFFF url('header_back.jpg') repeat-x;
	border: 0;
}
div.budget{
	margin-left: -.5em;
	padding-left: .5em;
	padding-bottom: 1em;

}
table.client{
	width: 90%;
	margin: .5em 1em 1em 1em;
	border: 0px solid black;
}
td{
	vertical-align: top;
}

td.info{
	font-size: 11px;
	border: 0px solid black;
}
p{
	margin: 0em 1em 0em 1em;
}

div.footer{
	position:relative;
	left: 0px;
	height: 122px;
	width: 100%;
	background: #FFFFFF url('footer_back.jpg') repeat-x;
	border: 0;
}

table.contact{
	position: absolute;
	left: 2em;   /* see div.content */
	top: 18px;
	width: 90%;
	padding: 0;
	margin: 0;
	border: 0px solid black;
}

td.tags{
	width: 70%;
	text-align: center;
	color: #B0E0E6; /* PowderBlue */
}
div.lng{
	font-size: 70%;
	color: #B0E0E6; /* PowderBlue */
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}


span.bull{
	color: #FF4500;  /*  OrangeRed   */
}