/* =-=-=-=-=-=-=-[Button One "Ok"]-=-=-=-=-=-=-=- */
	
#ButtonCSSImg01Ok {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 64px;
	height: 18px;
}
	
#ButtonCSSImg01Ok li a {
	height: 18px;
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
	
#ButtonCSSImg01Ok li a:link, #ButtonCSSImg01Ok li a:visited {
	display: block;
	color: transparent;
	background: url(Imagens/new/btn_ok.png);
	background-position: center center;
}
	
#ButtonCSSImg01Ok li a:hover {
	color: transparent;
	background: url(Imagens/new/btn_ok.png);
	background-position: center center;

}
	
#ButtonCSSImg01Ok li a:active {
	color: transparent;
	background: url(Imagens/new/btn_ok.png);
	background-position: center center;
}

/* =-=-=-=-=-=-=-[Button One "Doc"]-=-=-=-=-=-=-=- */
	
#ButtonCSSImg01Doc {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 100%;
	border-style: none solid none solid;
	border-color: #AAAAAA;
	border-width: 1px;

	line-height: 0.6;
	_line-height: 1.3;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;	
}
	
#ButtonCSSImg01Doc li a {
	height: 22px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 14px;
	_height: 22px;
	text-decoration: none;
}	
	
#ButtonCSSImg01Doc li a:link, #ButtonCSSImg01Doc li a:visited {
	color: #777;
	display: block;
	background: url(Imagens/ButtonCSSImg/ButtonCSSImg01Doc.gif);
	background-position: top left;
	padding: 8px 6px 0 24px;
	_padding: 4px 6px 0 24px;
	text-align: left;
}
	
#ButtonCSSImg01Doc li a:hover {
	color: #fff;
	background: url(Imagens/ButtonCSSImg/ButtonCSSImg01Doc.gif);
	background-position: center left;
	padding: 8px 6px 0 24px;
	_padding: 4px 6px 0 24px;
	text-align: left;
}
	
#ButtonCSSImg01Doc li a:active {
	color: #fff;
	background: url(Imagens/ButtonCSSImg/ButtonCSSImg01Doc.gif);
	background-position: bottom left;
	padding: 8px 6px 0 24px;
	_padding: 4px 6px 0 24px;
	text-align: left;
}

/* =-=-=-=-=-=-=-[Button One "Result"]-=-=-=-=-=-=-=- */
	
#ButtonCSSImg01Result {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 83px;
	height: 18px;
}
	
#ButtonCSSImg01Result li a {
	voice-family: "\"}\""; 
	voice-family: inherit;
	text-decoration: none;
}	
	
#ButtonCSSImg01Result li a:link, #ButtonCSSImg01Result li a:visited {
	color: transparent;
	display: block;
	background: url(Imagens/new/btn_result.png);
	background-position: center center;
	background-repeat: no-repeat;
}
	
#ButtonCSSImg01Result li a:hover {
	color: transparent;
	background: url(Imagens/new/btn_result.png);
	background-position: center center;
	background-repeat: no-repeat;
}
	
#ButtonCSSImg01Result li a:active {
	color: transparent;
	background: url(Imagens/new/btn_result.png);
	background-position: center center;
	background-repeat: no-repeat;
}