#navcontainer { width: 174px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 174px;
background-color: #000;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color:#8b0d07;
color: #000;
}


#navcontainerdest { width: 174px; }

#navcontainerdest ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}

#navcontainerdest a
{
display: block;
padding: 3px;
width: 174px;
background-color: #8b0d07;
border-bottom: 1px solid #eee;
}

#navcontainerdest a:link, #navlist a:visited
{
background-color:#000;
color: #FFF;
text-decoration: none;
}


#navcontainerdest a:hover
{
background-color:#000;
color: #FFF;
}

body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}


p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
margin-right:6px;
	margin-left:6px;	
}

.p1    {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
margin-right:6px;
	margin-left:6px;	
border-style: dashed;
border-bottom-width: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-color: gray;
}
h3
{
color : #8b0715;

}

.cor:link {font-family : Verdana, Arial, sans-serif; font-weight : normal; color : Maroon; text-decoration: none;}
.cor:visited {font-family : Verdana, Arial, sans-serif; font-weight : normal; color : Orange; text-decoration: none;}
.cor:hover {font-family : Verdana, Arial, sans-serif; font-weight : normal; color : gray; text-decoration: underline; }
.cor:active {font-family : Verdana, Arial, sans-serif; font-weight : normal; color : #00FF00; text-decoration: none;}


.dashed    {
border-style: dashed;
border-bottom-width: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 1px;
border-color: gray;

