body {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #A7B5CE;
	text-align: center;
	scrolling: no;
}

p {
	font-family: "arial";
	font-size: 9pt;
	color: #333333;
}

div {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
}

div.agenda {
	font-size: 7.5pt;
	text-align: left;
	font-weight: normal;
	color: #333333;
	line-height: 8pt;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

div.artigo {
	font-size: 7.5pt;
	text-align: left;
	font-weight: normal;
	color: #333333;
	line-height: 8pt;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

div.menu {
	font-size: 9pt;
	color: #333333;
	text-align: left;
	margin-left: 3px;
}

div.menu a:link { color: #333333; }
div.menu a:hover { color: #000099; text-decoration: underline; font-style: italic; }

div.menutopo {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	margin-right: 3px;
}

div.menutopo a:link { color: #FFFFFF; }
div.menutopo a:hover { color: #FF0000; }
div.menutopo a:visited { color: #FFFFFF; }

div.data {
	font-size: 8pt;
	color: #666666;
	text-align: right;
	font-weight: normal;
	vertical-align: bottom;
	margin-right: 5px;
}

div.rodape {
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
}

div.notmeio {
	font-size: 8pt;
	color: #333333;
	text-align: left;
	font-weight: normal;
}

div.notmeioeleic {
	font-size: 9pt;
	color: #333333;
	line-height: 12pt;
	text-align: left;
	font-weight: normal;
}

div.notmeiored {
	font-size: 8pt;
	color: #FF0000;
	text-align: left;
	font-weight: normal;
}

div.nottopico {
	font-family: "arial";
	font-size: 8pt;
	color: #000099;
}

div.topico {
	font-family: "Verdana";
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	margin-left: 5px;
}

table.externa{
	border: 1px solid #0066CC;
	background-color: #ffffff;
}

td.tdrodape{
	height: 10px;
}


ul {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 9pt;
	text-align: left;
	list-style: none;
	width: 175px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 170px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #669ACC; background: #f9f9f9; font-weight: bold; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #669ACC;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #669ACC;
	text-decoration;
}