.mapaN1,.mapaN2,.mapaN3 {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.mapaN1 li,.mapaN1 li a,.mapaN1 li a:visited{
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	text-decoration:none;
	text-transform: uppercase;
}
.mapaN1 li a:hover {
	color: #9AD10B;
	text-decoration:underline;
}

.mapaN2 {
	margin-left: 30px;
	list-style-type: circle;
	list-style-image: url(../image/seta_verde.gif);
	list-style-position: outside;

}
.mapaN3 {
	margin-left: 50px;
	list-style-type: circle;
	list-style-image: url(../image/seta_verde.gif);
	list-style-position: outside;

}
.mapaN2 li,.mapaN2 li a,.mapaN2 li a:visited {
	text-transform: none;
	margin-top: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}
.mapaN2 li a{
	color: #333333;
}

.mapaN3 li,.mapaN3 li a,.mapaN3 li a:visited {
	text-transform: none;
	margin-top: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}
.mapaN3 li a{
	color: #333333;
}


/* FORMULÁRIOS */
.form_input_cr{
	font-family: sans-serif, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
.form_input_combo{
	font-family: sans-serif, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.form_input {
	font-family: sans-serif, Verdana, Arial;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}
.form_label {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.form_label2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.form_help {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	/*font-style: italic;*/
	text-indent: 2px;
}
.form_link,.form_link a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.form_link:hover, .form_link a:hover{
	color: #450102;
	background-color: #DBDAD6;
}
.grade {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.grade td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	font-weight: normal; 
}
.list_even,.list_odd{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #EEEEEE; 
}
.list_odd{
	background-color: #FFFFFF; 
}

/* Forms gerais */
.form{
	margin-bottom:20px;
}
.form_title{}
.form_title h2{}
.messageBox{
	width: 400px;
	border: 1px dashed #AAAAAA;margin:10px
}
.list_body tr th a{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.simpleContent{
	margin-top:50px;
}


.crumbLabel, .crumb, .crumb a, .crumbTitle, .crumbSep {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.crumbSep {
	color: #82af0a;
}
.crumb a{
	text-decoration: underline;
	color: #82af0a;
	padding-right: 4px;
	padding-left: 4px;
}
.crumb a:hover { 
	color: #000000;
	text-decoration: underline;
	background-color: #9ad10b;
}
.crumbTitle {
	font-weight: bold;
	color: #82af0a;
}