* html{
}

body {
	font-family: Verdana;
	font-size: 10px;
	color: #222;
	margin: 0px;
	cursor: default;
}

table{
	font-size: 10px;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #555;
	border: #CCC solid 1px;
}

input {
	height: 14px;
}

textarea {
	overflow: auto;
}

a			{ color: #222; text-decoration: none }
a:hover		{ text-decoration: underline }

.aBranco		{ color: #FFF; text-decoration: none }
.aBranco:hover	{ text-decoration: underline }

.aLaranja		{ color: #E77817; text-decoration: none }
.aLaranja:hover	{ text-decoration: underline }

#marca a {
	font-size: 13px;
	color: #E77817;
	font-weight: bold;
	letter-spacing: -1px;
}

#marca a:hover {
	text-decoration: underline;
}

.botao {
	border: none;
	color: #FFF;
	background-color: #DD7C19;
	cursor: hand;
	height: 18px;
}

.botao2 {
	border: none;
	color: #FFF;
	background-color: #B66514;
	cursor: hand;
	height: 18px;
}

.botaoPreto {
	border: none;
	color: #FFF;
	background-color: #000000;
	cursor: hand;
	height: 18px;
}

hr {
	border: 1px solid #CCC;
	height: 1px;
	padding-bottom: 5px;
	padding-bottom: 5px;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
}

.bordaInferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.dica{
	font-size: 9px;
	color: #666;
}

.dicaBranca{
	font-size: 9px;
	color: #FFF;
}

.bgCinza {
	background-color: #EEE;
}

.destaque {
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


.textoBranco {
	color: #FFF;
}

.textoCinza {
	color: #CCC;
}


.textoLaranja {
	color: #E77817;
}

.tituloLaranja {
	font-size: 13px;
	line-height: 15px;
	color: #E77817;
	font-weight: bold;
	letter-spacing: -1px;
}

.tituloVerde {
	font-size: 13px;
	color: #006600;
	font-weight: bold;
	letter-spacing: -1px;
}

.bordaLaranja {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E77817;
	border-bottom-color: #E77817;
	border-left-color: #E77817;
}

.bgEditoria{
	background-color:#DE7C19;
}

.bordaInferiorLaranja {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E77817;
}

.bordaSuperiorLaranja {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E77817;
}

.box {
	border-width: 1px;
	border-style: solid;
	border-color: #E77817;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
}

li {
	margin-left:-25px;
}