* {
	margin:0;
}
body {
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#9C9C9C;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#9C9C9C;
	scrollbar-arrow-color:#9C9C9C;
	scrollbar-track-color:#ffffff;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color: #666666;	
}
input {
	font-family:"Courier New", Courier, monospace;
	font-size:11px; 
	color:#000000;
	border:solid 1px #C0C0C0;
}
div#Conteudo {
	z-index:2;
	position:absolute;
	top:200px;
	left:164px;
	width:422px;
	height:385px;
	overflow: auto;
	overflow-x: hidden;
}
div#Esquerda {
	z-index:100;
	position:relative;
}
p {
	line-height: 130%;
} 
h1 {
	font-size: 14px;
	line-height: 300%;
	font-weight: bold;
}

a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
}
a:link {
	color: #0099CC;
}