
  * {
    border: 0px;
    margin: 0px;
    padding: 0px;
  }

  a {
    color: #cc0000;
    font: bold 1em Verdana, Arial, 'sans-serif';
    text-decoration: none;
  }

 a:hover {
    color: #cc0000;
    font: bold 1em Verdana, Arial, 'sans-serif';
	text-decoration:underline;

  }
  
  body {
    background: #FFFFFF;
    font: normal 0.9em Verdana, Arial, 'sans-serif';
    color: #444;
	
  }


  #corpo {
    background: #FFF;
      padding: 10px; 
	     width: 780px;
	margin-top: 2px;
	margin-left: 2px;
	  font: normal 0.8em Verdana, Arial, 'sans-serif';
	
  }



  #cabecalho{
    color: #000066;
    font: normal 1em Verdana, Arial, 'sans-serif';
  margin-bottom: 5px;
  }

  #cabecalho span {
    color: #444;
  }

  #menu {   
    float: left; 
	display: block;
    position: left;
    list-style: none;
    width: 160px;
	font: normal 0.9em Verdana, Arial, 'sans-serif';
    color: #444;
  }

  #menu li {    
    float: left;    
    text-align: left;
  }

  #menu li a { 
    color: #932771; 
    display: block;
    font: bolder 0.9em Verdana, Arial, 'sans-serif'; 
    line-height:44px;
    text-decoration: none;     
    width: 150px;
  }
  #menu li a:hover { background: #932771; color: white; }

  #noti{
    float: left;
		border: 1px solid #999999;
    width: 370px;
	border: 1px ;
	 padding: 5px;
	  color: #000000;

  }


  #noti ul {
    list-style: none;
    margin: 5px ;
  }

  #conteudo {
    clear: both;
    float: center;
    width: 780px;
	 margin-left: 180px;
  }

  #conteudo ul {
    list-style: none;
    margin: 5px 0;
  }

  #conteudo ul li {
    display: block;
    float: left;
  }

  #conteudo ul li a {
    border: 1px solid #932771;
    color: #000; 
    display: block;
    font: normal 0.7em Trebuchet MS, Arial, 'sans-serif'; 
    height:175px;
    width: 182px;
    margin: 1px;
    text-align: center;
    text-decoration: none;     
  }

  #conteudo h2 {
    background: #932771;
    color: white;
    font: normal 1em Helvetica, 'sans-serif';
    padding: 5px;
    margin: 5px 0;
    text-align: left;
    text-transform: uppercase;
  }
    
  

  #rodape {
    clear: both;
    font: normal 0.9em Trebuchet MS, 'sans-serif';
    text-align: center;
	border-top: 1px dashed #666;
  }

  #rodape ul {
    list-style: none;
  }

  #rodape ul li {
    display: block;
    float: left;
    width: 108px;
  }
  
  .destaque {
    font: bold 1em Verdana, 'sans-serif';
     }
  
   .destaque_verm {
    font: bold 1em Verdana, 'sans-serif';
   	color: #cc0000;
  }
  
   .noticias_tit {
    font: bold 1.2em Verdana, 'sans-serif';
    text-align: left;  
	color: #cc0000;
  }

input, checkbox, button{
	border:1px solid black;
}