@charset "utf-8";
/* CSS Document */
#Menu ul {
padding: 0; display: block;
margin: 0; list-style-type: none;
}
#Menu ul li {
padding: 0; margin: 0;
font-size: 11px; width: 140px;
}
#Menu ul li a {
padding: 1px 0 1px 6px; margin: 0;
border: 1px solid #E5E5E5; display: block;
background: #f5f5f5; text-decoration: none;
color: #000;
}
#Menu ul li a:hover {
background: #FAFAFA; border: 1px solid #D5D5D5;
padding: 1px 0 1px 6px; color: #666;
}
#Menu ul li ol {
padding: 0; margin: 0;
font-size: 11px; width: 140px;
}
#Menu ul li ol a {
padding: 1px 0 1px 11px; margin: 0;
border: 1px solid #e1f3e3; display: block;
background: #f1fdf3; text-decoration: none;
color: #333;
}
#Menu ul li ol a:hover {
background: #fefefe; border: 1px solid #79a7e2;
padding: 1px 0 1px 11px; color: #000;
}

/**************************** Footer Section Starts ***************************/
.footer
{
  float: inherit;
  width: 960px;
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #616161;
  text-align: left;
  margin-left: 10px;
  margin-top: 1px;
  clear: both;
  margin-bottom: 1px;
}
/**************************** Footer Section Ends *****************************/

/**************************** General Section Starts **************************/
.artigo
{
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: normal;
  color: #6F6F6F;
  text-align: left;
  line-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 4px;
  text-align:justify;

}

hr{
  background-color: #00deff;
  width: 200px;
  color: #00deff;
  border: solid 1px #00deff;

}
a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #ffff99; text-decoration: underline; }
a.nav:active {color: blue; }



/**************************** General Section Ends ****************************/