a:link		{ color: #4F2006; text-decoration: none }
a:visited	{ color: #4F2006; text-decoration: none }
a:hover		{ color: #D16527; text-decoration: none }

.LinkLaranja:link		{ color: #D16527; text-decoration: none }
.LinkLaranja:visited	{ color: #D16527; text-decoration: none }
.LinkLaranja:hover		{ color: #AA440D; text-decoration: none }

.LinkBranco:link		{ color: #FFFFFF; text-decoration: none }
.LinkBranco:visited		{ color: #FFFFFF; text-decoration: none }
.LinkBranco:hover		{ color: #AA440D; text-decoration: none }

Body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	cursor: default;
	background-image: url(imgs/fundo.jpg);
}

hr {
	border-bottom: #4F2006 solid 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 1px;
}

Table {
	font-family: "Arial";
	font-size: 12px;
	color: #4F2006;
	line-height: 16px;
}

Input {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #4F2006;
	border: 1px solid #D16527;
	background-color: transparent;
}

.CampoPaginacao {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #4F2006;
	border: 1px solid #D16527;
	background-color: transparent;
	line-height: 14px;
	text-indent: 2px;
	cursor: text;
}

Select {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #4F2006;
	border: 1px solid #D16527;
	background-color: transparent;
}

Textarea {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #4F2006;
	border: 1px solid #D16527;
	overflow: auto;
	background-color: transparent;
}

.Radio {
	border: none;
}

.Botao {
	border: none;
	cursor: hand;
	background-color: #D16527;
	color: #CCCCCC;
}

.BotaoTransparente {
	border: none;
	cursor: hand;
}

.TextoBranco {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;

}

.TextoLaranja {
	font-family: Arial;
	font-size: 12px;
	color: #D16527;

}

.Titulo {
	font-family: Arial;
	font-size: 16px;
	color: #D16527;
	line-height: 18px;
}

.TabelaLaranja {
	background-color: #D16527;
}

.TabelaLaranja50 {
	background-color: #E18F5E;
}

.TabelaPreta {
	background-color: #222222;
}

.Texto10{
	font-size: 10px;
	line-height: 10px;
}
