html {
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../../images2/bg.jpg) repeat-x;
	position: absolute;
	width: 100%;
	height: 100%;
}
a {
	text-decoration: none;
	color:#00FFFF;
}
a:hover {
	text-decoration: underline;

}
#screen {
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
}
.ref {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
.prx {
	position: absolute;
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;;
	font-size: 14px;
	overflow: hidden;
}
.footer_link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link:hover {
	color: #999999;
}
.ball_number {
	color: #CCCCCC;
	text-decoration: none;
}
a.ball_number:hover {
	color: #FFFFFF;
}
.link {
	font-size: 16px;
	text-align: center;
}
.link:hover {
	background: url(../../images2/menu_hover_bg.png) repeat-y right;
}
.text {
	background: #111;
	border: #fff solid 1px;
	padding: 5px;
}
.highlightit {
	background: white;
	border:1px solid #333333;
	cursor: pointer;
}

.highlightit:hover {
}	

#conteudo {
	font-family:"Verdana";
}
#conteudo p {
	margin: 0px 0px 3px 0px;
}
.fechar_janela {
	position: absolute;
	z-index:10;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	right:6px;
	top:0px;
	color:#FFFFFF;
	cursor: pointer;
}
.fechar_janela_produto {
	position: absolute;
	z-index:10;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	right:27px;
	top:0px;
	color:#FFFFFF;
	cursor: pointer;
}
