a.menu:link {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	font-family: Arial Narrow;
	font-size: 14px;
}
a.menu:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial Narrow;
	font-size: 14px;
}
a.menu:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: normal;
	font-family: Arial Narrow;
	font-size: 14px;
}
a.menu:active {
	color: #990000;
	text-decoration: none;
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
}
.categoriaMenu {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.subCategoriaMenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000033;
}
.mouse {

	cursor:pointer;
	cursor:hand;
}
.box {
	background-color: #FEFEFE;
	border: 1px solid #FFFFFF;
}
.texto_pagina {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.erro_login {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}
.input_css {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F8F0ED;
	height: 18px;
	border: 1px solid #333333;
}
.input_css2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #AD6046;
	height: 20px;
	border: 1px solid  #732E0D;
	cursor:pointer;
}
.bordalancamento {
	border: 2px solid #006600;
	cursor: hand;
}

