body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #cc9;
	padding: 0;
	margin: 0;
	font-size: .9em;
}
.title {
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	display: block;
	margin-bottom: -1.2em;
}
.title a:link, .title a:visited {
	text-decoration: none;
}
.title a:hover {
	color: #039;
	text-decoration: underline;
}
#header {
	margin-left: auto;
	width: 80%;
	margin-right: auto;
}
#mainmenu {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	white-space: nowrap;
}
table.content {
	margin-left: -10px;
	width: 100%;
	margin-bottom: 20px;
}
table.content td {
	background: #e9e9e9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #fff;
	padding: 9px;
}
table.content a:link, table.content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #039;
	text-decoration: none;
}
table.content a:hover {
	text-decoration: underline;
}
#pesquisa {
	margin: 0px;
	padding: 0px;
}
table.column {
	margin-right: -10px;
	margin-bottom: 20px;
	width: 100%;
}
table.column td {
	background: #e9e9e9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #fff;
	padding: 9px;
}
table.column a:link, table.column a:visited {
	text-decoration: none;
	color: #000;
}
table.column a:hover {
	color: #039;
	text-decoration: underline;
}
#main td.first {
	color: #fff;
	background: #c96;
	padding:1px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999;
	background-color: #fff;
}
ul.doc {
	list-style-position: outside;
	font-size: 0.9em;
	margin-left: 1.3em;
	margin-bottom: -1em;
}
ul.doc li {
	list-style-image: url(../imagens/icon/doc.gif);
	margin-bottom: 1em;
}
ul.sec {
	list-style-position: outside;
	font-size: 0.85em;
	margin-left: 1.3em;
	margin-top: -.75em;
	margin-bottom: -.25em;
}
ul.sec li {
	list-style-type: square;
/*	margin-bottom: .5em;
	margin-top: .5em;*/
}
#footer {
	width: 80%;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
#footer td {
	padding: 3px;
}
#footer a {
	color:#FF6600;
	text-decoration: none;
}
