a:link		{ color: #777777; text-decoration: none }
a:visited	{ color: #777777; text-decoration: none }
a:hover		{ color: #999999; text-decoration: none }

.LinkAmarelo:link		{ color: #F5BB00; text-decoration: none }
.LinkAmarelo:visited	{ color: #F5BB00; text-decoration: none }
.LinkAmarelo:hover		{ color: #999999; text-decoration: none }

Body {
	font-family: "Trebuchet MS";
	margin: 0px;
	cursor: default;
}

Table {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
}

Input {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #F5BB00;
	background-color: transparent;
}

.CampoPaginacao {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #777777;
	background-color: transparent;
	line-height: 14px;
	text-indent: 2px;
	cursor: text;
}

Select {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #F5BB00;
	background-color: transparent;
}

Textarea {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #F5BB00;
	overflow: auto;
	background-color: transparent;
}

.Radio {
	border: none;
}

.Botao {
	border: none;
	cursor: hand;
	background-color: #777777;
}

.BotaoTransparente {
	border: none;
	cursor: hand;
}

.OnMouseOver {
	background-color: #444444;
	cursor: hand;
}

.TextoAmarelo {
	color: #F5BB00;
}

.TextoCinza {
	color: #777777;
}

.TituloAmarelo {
	color: #F5BB00;
	font-size: 13px;
}

#Back {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #777777;
}