html *{
	font-family: verdana;
	font-size: 10px;
	color: #7F0404;
}
body {
	scrollbar-arrow-color: #B0B07E;
	scrollbar-3dlight-color: #B0B07E;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #B0B07E;
	scrollbar-track-color: #ffffff;
}

input {
	border: 1px solid ##B0B07E;
	font-family: verdana;
	font-size: 10px;
	color: #7F0404;
	background-color: #ffffff;
}

a img {
	border: 0px;
}

.DivData {
	font-family: verdana;
	font-size: 10px;
	color: #7F0404;
	font-weight: bold;
	width:252px; 
	height:17px; 
	background-image: url(../imagens/data_fundo.gif); 
	background-repeat: no-repeat; 
	text-align:center;
	padding-top: 2px;
}
.DivSair {
	font-family: verdana;
	font-size: 10px;
	color: #7F0404;
	font-weight: bold;
	width:252px; 
	height:17px; 
	text-align:right;
	padding-top: 2px;
}
.Menu{
	border-top:1px solid #B0B07E; 
	border-right:1px solid #B0B07E; 
	padding-left:10px; 
	cursor:hand; 
	font-weight:bold;
}

.botao{
	background: url(../imagens/botao.gif);
	border:none;
	width: 130px;
	height: 18px;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 09px;
	font-weight: bold;
	cursor:hand;
}
.tdPar{
	height:20px; 
	background-color:#FFFFFF;
	border-right: 1px dotted #B0B07E;
}
.tdImpar{
	height:20px; 
	background-color:#DDDDB3;
	border-right: 1px dotted #B0B07E;
}

.tdBorda{
	border: 1px solid #B0B07E;
}

.tdBordaEsc{
	background-color:#DDDDB3;
	border: 1px solid #B0B07E;
}
