body {
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
}

p {
	font-family: "arial";
	font-size: 9pt;
	color: #333333;
}

div {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
}


div.menutopo {
	font-size: 9.5pt;
	color: #000066;
	font-weight: bold;
	text-align: left;
	margin-left: 3px;
}

div.menutopo a:link { color: #000066; }
div.menutopo a:hover { color: #FF0000; }
div.menutopo a:visited { color: #000066; }

div.notmeio {
	font-size: 8pt;
	color: #333333;
	text-align: left;
	font-weight: normal;
}

div.nottopico {
	font-family: "arial";
	font-size: 8pt;
	color: #333333;
}

div.topico {
	font-family: "Verdana";
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	color: #990033;
}

table.destaque{
	border: 1px solid #999999;
	background-color: #f7f7f7;
	margin-bottom: 3px;
}

table.vermelha{
	border: 1px solid #990033;
	background-color: #ffffff;
}

table.agenda{
	border: 1px solid #990033;
	background-color: #f6e8e8;
	text-align: center;
	margin-bottom: 5px;
}

td.tdrodape{
	height: 10;
}

ul {
	font-family: "Arial";
	font-size: 8pt;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Width of Menu Items */
	border-bottom: 1px solid #990033;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 169px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-left: 1px solid #990033;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #ffffff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #990033;
	border-bottom: 0;
	border-left: 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: #E2144A; background: #f9f9f9; } /* 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: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration;
}