@import url("sistema.css");
body {
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #eeeeee;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #cccccc;
	FONT: 14px "Times New Roman", Times, serif;
	margin: 0 20px 0 20px;
	}

TABLE	{
	PADDING-RIGHT: .10in;
	PADDING-TOP: .05in;
	border : none;
	}

TABLE.navegar{
	BORDER-TOP: medium groove Olive;
	background-image: url(../img/HeaderBackground_Pastel.jpg);
	background-repeat: repeat;
	FONT: bold 12px Arial, Helvetica,sans-serif;
	}
TH {
	background-image : url(../img/HeaderBackground_Pastel.jpg);
	background-repeat : repeat;
	BORDER-TOP: medium groove Olive;
	FONT: bold 12px Arial, Helvetica,sans-serif;
}
/* Linhas de tabelas, com cores alternadas */	
TR.par
	{
	BACKGROUND: #EAEAEA;
}
DIV.Shadow {
	filter: shadow(color=silver,direction=135);
	width: 100%;
	color: #A79B69;
	font: bold 28px Arial, Helvetica, sans-serif; 
	text-align: center;
}
input.borda {
		filter:shadow(color=blue,direction=135);
		color: Blue;
		border : thin ridge Blue;
}

