/* CSS Document */
@import url("class.css");
@import url("indicacao.css");
@import url("orcamento_online.css");


body {
	margin: 0 0 0 0;
	width: auto;
	height: 100%;
	background-color: #ffffff;
	font: normal 10px verdana;
	color: #333333;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #CCCCCC;
	scrollbar-3d-light-color: #CCCCCC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	text-aling: center;
}

p {
	line-height: 1.2em;
	margin: 4px;
}
table {
	text-align: center;
	width: auto;
	border: 0;
}

form{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table, tr, td{
	background-color: none;
	font: normal 10px verdana;
	color: #333333;
}



/* LINKS */

a:link { 
	text-decoration: none; 
	color: #000066; 
}	
a:visited { 
	text-decoration: none; 
	color: #333399;
	}
a:hover { 
	text-decoration: underline; 
	color: #999999;
	}

a:active {
	text-decoration: none;
	color: #000066;
}

#anuncieaqui_container{
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	width: 280px;
	height: auto;
}

#anuncieaqui_topo{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: 300px;
	height: 130px;
	background-image: url(../imagens/1_topo_anuncieaqui.jpg);
	background-repeat: no-repeat;
}
