html
{
    height:100%;
}
body
{
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;/* Arial; */
    background-color: White;/* #E2EBED; /* white;*/
    font-size: 10pt; /* 0.8em*/
    margin-left: 0px;
    margin-top: 0px;
	margin: 0px;
	padding: 0px;
}
a       { font-weight:bold; text-decoration:none; color:Black}
a:hover	{ font-weight:bold; text-decoration:none; color:#b90000}
/* titulos (headings) das paginas */
h2.heading		{color: Black; text-align: center;}
span.textovermelho	{color: #b90000;}
/* toolbar com os botoes (home/registar/login/email/RSS/...) */
img.toolbar		{vertical-align: middle; border-style: none; height: 18px;}
input.toolbar   {vertical-align: middle; border-style: none; height: 18px;}
table.toolbar	{width: 100%; border-style: solid; border-color: black; border-width: 1px; background-color: #F5EDE1; font-size: 10pt}
td.toolbar_left	{text-align: left; vertical-align: middle}
td.toolbar_right{text-align: right; vertical-align: middle}
/* rodape */
table.footer
{
    width: 100%;
    font-size: 8pt;
    color: Gray;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-color: black;
    border-width: 1px;
}
/* Janelas da Homepage */
table.janela
{
	width: 100%;
	font-size: 10pt;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}
thead.janela
{
	background-color: #b90000;
}
td.wbold
{
	color: White;
	font-size: inherit;
	font-weight: bold;
}
/* Paragrafos da FAQ */
p.FAQpergunta  { color: #b90000; font-weight: bold; text-align:left; }
p.FAQresposta  { color: #0000b9; font-weight: lighter; text-align:left; }
ol.FAQresposta { color: #0000b9; font-weight: lighter; text-align:left; }
ul.FAQresposta { color: #0000b9; font-weight: lighter; text-align:left; }
/* ---------------------------------------
(C) www.dhtmlgoodies.com, October 2005
--------------------------------------- */
#dhtmlgoodies_tooltip
{
	background-color:#e9ea00;/*#EEE;*/
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow
{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
/* ***************************************************************************** */