/* default tags */

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	background-color: #C4C4C4;
}

table {
	font-family: Arial;
	font-size: 12px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #0384A1;
}

h4 {
	color: #0384A1;
}

/* menus dos modulos */
#menuMod ul {
	margin:0px;
	padding:0px;
	float: left;
	background-color:#FFFFFF;
	list-style:none;
	font:11px Arial;
	cursor: hand;
	font-weight: normal;
	text-decoration: none;
}

body #menuMod ul {
	margin:0px 0px 20px;
}
#menuMod ul li { display: inline; }
#menuMod ul li a {
	font-weight: normal;
	text-decoration: none;
	padding:4px 10px 5px;
	float: left;
	color: #333;
	text-decoration: none;
/*
	width: 120px;
	height: 18px;
*/
/*	border-bottom:3px solid #FF0000; */
}

#menuMod ul li a:hover {
	background: #EEEEEE;
	color: #666;
/*	border-bottom:3px solid #339999; */
}

/* personalizados */

.bordaAround {
	border: 1px solid #000000;
}

.bordaAroundVerde {
	border: 1px solid #0384A1;
}

.bordaBottom {
	border-bottom-color: #000000;
}

.bgCinzaEscuro {
	background-color: #EDFED3;
}

.bgCinzaClaro {
	background-color: #F4F4F4;
}

.semCor {
	text-decoration: none;
	color: #000000;
}

