/* CSS Document */

/*Estilos para Body*/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
		background-image: url(../lay/bg01.gif);
	background-repeat: repeat;
	scrollbar-base-color: #3E3E3E;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #3E3E3E;
	scrollbar-darkshadow-color: #3E3E3E;
	scrollbar-face-color: #3E3E3E;
	scrollbar-highlight-color: #3E3E3E;
	scrollbar-shadow-color: #3E3E3E;
	scrollbar-track-color: #666666;
}
