﻿.Button
{
	background-image: url('../Images/Buttons/BotaoVerde.png');
	height: 18px;
	width: 84px;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-color: #000000;
	padding-bottom: 2px;
}
.ButtonHover
{
	background-image: url('../Images/Buttons/BotaoVerdeHover.png');
	height: 18px;
	width: 84px;
	font-family: Verdana;
	font-size: 12px;
	color: #617700;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-color: #000000;
	padding-bottom: 2px;
}
.ButtonLaranja
{
	background-image: url('../Images/Buttons/BotaoLaranja.png');
	height: 18px;
	width: 84px;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-color: #000000;
	padding-bottom: 2px;
}
.ButtonLaranjaHover
{
	background-image: url('../Images/Buttons/BotaoLaranjaHover.png');
	height: 18px;
	width: 84px;
	font-family: Verdana;
	font-size: 12px;
	color: #4A0000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-color: #000000;
	padding-bottom: 2px;
}