/* CSS Document */

@import url("class.css");

body {
	margin: 0 0 0 0;
	width: auto;
	height: 100%;
	background-color: #ffffff;
	font: normal 10px verdana;
	color: #666666;
	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;
}

/* INFORMAÇÕES DO ANUNCIANTES - TELA DE POP UP */

#inf_anunciantes_container{
	color: #666666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
	width: 400px;
}

#inf_anunciantes_topo{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 400px;
	height: 130px;
	background-image: url(../imagens/1_topo_inf_anunciantes.jpg);
	background-repeat: no-repeat;
}

#inf_anunciantes_fechar_position{
	float: right;
	display: table;
	margin: 0 0 0 0;
	padding: 4px 10px 0 0;
	width: 68px;	
	height: 10px;
}

#inf_anunciantes_texto{
	color: #666666;
	text-align: justify;
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	height: auto;
	width: inherit;
}


