/* ESTILOS DOS BODY (BG E COR DA LETRA) ****************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-position:center;

}
body,td,th{
	font-family:  "Arial", Tahoma, Trebuchet MS, Verdana;
	font-size: 10px;
	color: #4A4A4A;
	font-weight:bold;
}
.divEditavel {
	font-family:Arial, Helvetica, sans-serif;
	font-face:Arial;
	font-weight: normal;
	font-size:11; 
	color:black;
	height:150px; 
    width:320px;
	background-color:white; 
	padding:10; 
	border:inset 1px #CCCCCC; 
	overflow:auto; 
}
