img {
	display: block;
	border: none;
}
.inline {
	display: inline;
}

body {
	font-family: verdana, sans-serif;
	background-color: #aa0033;
	color: #c0c0c0;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-image: url('images/back3.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
a  {
	text-decoration : none;
	color: #f0c800;
}
a:visited  {
	text-decoration : none;
}
a:active  {}
a:hover  {
	text-decoration : underline;
	color: #FFEE00;

}

#header {
width: 100%;
height: 60px;
left: 0px;
background-color: #d8d8d8;
}

#top {
	display: block;
	margin: 0px;
	padding: 0px;
	position: static;
	width: 100%;
	background-color: #d8d8d8;
	height: 60px;
	top: 0px;
	left: 0px;
}

#topsx {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #d8d8d8;
	height: 60px;
}

#topdx {
	margin: 0px;
	padding: 2px 6px 0px 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: transparent;
	height: 60px;
	text-align: center;

}

#topdx a {
color: #666666;
}


#menu {
padding: 0px 10px 0px 10px;
font-size: x-small;
}

#menu a:after {
content: " [" attr(accesskey) "]";
}

#menuheader {
padding: 2px 5px 2px 5px;
background-color: #b1b1b1;
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #666666;
color: #666666;
font-size: x-small;
}

#menuheader a {
color: #960019;
}

#menuheader a:hover {
color: #666;
}

#linkdx {
right: 0px;
width: 114px;
float: right;
margin: 10px;
font-size: 11px;
text-align: center;
}

#nota {
padding: 0px 10px 5px 10px;
}

#corpo {
padding: 10px 200px 10px 10px;
}

.data {
color: #000000;
text-align: right;
width: 100%;
}

#lista {
	list-style-position: outside;
	list-style-type: none;
}

.accesskey:hover:after, .accesskey:focus:after {
content: attr(title);
display: block;
text-decoration: none;
color: #aa0033;
background-color: #c0c0c0;
border: 1px solid #000000;
padding: 2px;
width: 250px;
}

.menulist {margin: 0px; padding: 0px 0px;}
.menulist ul {margin: 0px; padding: 0px;}
.menulist li {display: inline; list-style: none;}
.menulist li.separator {border-left: 1px groove #fff; padding: 0px 2px 0px 6px;}

.listdx {margin: 0px; padding: 0px 0px;}
.listdx ul {margin: 0px; padding: 0px;}
.listdx li {list-style: none; padding: 3px; 0px;}
