body {
  background-color: #3C6DA5;
  color: #777777;
  margin: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height: 150%;
      }

h1 {
  color: #67AB6C;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 120%;    
	}

h3 {
  color: #3C6DA5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 120%;
    }

ol{
  list-style-type: lower-roman;
  margin: 1em 0 1em 40px
   }
   
ul{
  list-style-type: lower-roman;
  margin: 1em 0 1em 40px
   }
a.texto:link  {
  color: #3C6DA5;
  text-decoration:underline;
  background-color: transparent;
        }

a.texto:visited  {
  color: #777777;
  text-decoration:underline;
  background-color: transparent;
            }

a.texto:hover  {
  color: #3C6DA5;
  text-decoration:underline;
  background-color: transparent;
         }

a.texto:active  {
  color: #3C6DA5;
  text-decoration:underline;
  background-color: transparent;
          }
a:link {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
        }

a:visited {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
            }

a:hover {
  color: #3C6DA5;
  text-decoration: none;
  background-color: transparent;
         }

a:active {
  color: #3C6DA5;
  text-decoration: none;
  background-color: transparent;
          }
.data {
  margin-right:5px;
  float:right;
       }
/*estilo formato da pagina > barra navegacao*/ 
#navbar {
    
    width:100%;
    height: 20px;
	padding:2px;
	margin-bottom:5px;
	background: url(imagens/bar1.gif);
	color:#333;
	text-align:center;
	text-decoration:none;
         }
ul.nav { 
    
   	margin:0;
	padding:0;
	}
	
ul.nav li {
	list-style:none;	
	display:inline;
	letter-spacing: 3px;
	}
ul.nav li a { 
    float:left;
	border:1px solid #f00;
	border-top:0.1em solid #fff;
	border-right:0.1em solid #909090;
	border-bottom:0.1em solid #909090;
	border-left:0.1em solid #fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	font:1em  Verdana, Arial, Helvetica, sans-serif;
	background: url(imagens/bar1.gif);
	color:#333;
	text-align:center;
	font:bold;
	text-decoration:none;
	}
ul.nav a:hover{
	color:#3C6DA5;
	}
ul.nav a:active{
	background: url(imagens/bar3.gif);
	color:#3C6DA5;
	border-color:#00f;
	border-color:#000 #fafafa #fafafa #000;
	}
#data {
  margin-right:5px;
  float:right;
       }
  /*Fim estilo formato da pagina > barra navegacao*/
		  
#imagem_noticias {
  position:relative; 
  top: 0px; 
  left: 30px;
  margin-right:8px;
  margin-bottom:8px; 
  width:auto; 
  height:auto;
  left:auto;
  float:left;
  background-color:#EEEEEE
                 }

#noticia a:link  {color: #3C6DA5; text-decoration:underline; background-color: transparent;}
#noticia a:visited  {color: #67AB6C; text-decoration:underline; background-color: transparent;}
#noticia a:hover  {color: #3C6DA5; text-decoration:underline; background-color: transparent;}
#noticia a:active  {color: #67AB6C; text-decoration:underline; background-color: transparent;}

#google_125 {
  position:relative; 
  top: 0px; 
  left: 30px; 
  width:auto; 
  height: 125px;
  left:auto;
  float:left
                  }

ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 120px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #fff; /* IE6 Bug */
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 119px; /* Set 1px less than menu width */
	top: 0;
	}

ul#primary-nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background: transparent url(arrow.gif) right center no-repeat; }

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #f9f9f9; }

ul#primary-nav li a:hover { color: #3C6DA5; }
