@CHARSET "utf-8";

body {
	background: #FFF4A7;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-family: "helvetica";
	font-size: 12px;
}

.normal {
	font-family: "helvetica";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

img {
	border: 0px;
}

tr.principal {
	background: #F7F5EF;
}

table#menu {
	/**background: #591303; */
	background: #990100;
}

a, .link {
	text-decoration: underline;
	color: #4F0000;
	cursor: pointer;
}

.texto1 {
	color: #591303;
}

.texto2 {
	color: #591303;
}

.texto3 {
	font-size: 11px;
	color: #D6491B;
	font-weight: bold;
}

.texto4 {
	font-size: 11px;
	font-weight: bold;
}

.texto4a {
	font-size: 11px;
	font-weight: bold;
	color: #f00;
}

.texto5 {
	padding: 3px 0px;
	font-size: 12px;
	color: #000;
}

.texto6 {
	font-size: 10px;
	color: gray;
}

.title1 {
	color: #D6491B;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;	
}

.title2 {
	font-size: 13px;
	font-weight: bold;
}

.title3 {
	color: #800;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.title4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.campo1 {
	border: #ccc solid 1px;
	background: #ffe;
	color: #000;
	width: 143px;
}

table.form1 tr td input, table.form1 tr td select {
	width: 143px;
}

table.form1 tr td {
	height: 20px;
}

table.form1 tr td.height30 {
	height: 30px;
}

table.form1 tr td.height12 {
	height: 12px;
	font-size: 1px;
}

table.form1 tr td.height4 {
	height: 4px;
	font-size: 1px;
}


a.menu1 {
	color: #F7F5EF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.menu1 :HOVER {
	color: FF0;
	text-decoration: underline;
}


/**breadcrumb */


table#breadcrumb {
	padding-bottom: 20px;
}

table#breadcrumb tr td {
	padding-right: 6px;
}

table#breadcrumb tr td span {
	font-size: 10px;
	color: #666;
}

table#breadcrumb tr td span a {
	color: #000;
	text-decoration: underline;
}

table#breadcrumb tr td span.atual {
	font-weight: bold;	
}

/*form */

/* crudmessage */
.crudmessage {
	color: #040;
	border: 1px dotted #080;
	background: #efe;
	padding: 4px;
}

.erro {
	color: #400;
	border: 1px dotted #800;
	background: #fee;
	padding: 4px;
}



