
html{height: 100%;} 
 
body {																	 
	    margin: 0px;
	    padding: 0px;
	    background:url("Imagens/bgaz.gif");
	    font-family: Arial, Helvetica, sans-serif;
	    text-align:center;
	    color: #3C3C3C;
			
	    }	
			
		/* container geral */	

#tudo {
       width:776px;
			 height:100%;
			 background:url("Imagens/bg776.gif");
			 margin:0px;
			 margin-left: auto; 
       margin-right: auto;
			 }

h1, h2, h3, h4, h5 { 
                    font-family: Arial, Helvetica, sans-serif;
	                  color: #646464;
	                  font-weight: bold;
										text-align: center;
										}	 
										
h1 {font-size:140%;} 
h2 {font-size:120%;}
h3 {font-size:100%;}
h4 {font-size:80%; color: #404040;}
h5 {font-size:70%;}
										
/* topo */

#topo {
	     width: 710px;
			 height:99px;
	     margin:auto;
			 background: transparent;
       }

/* menu topo */ 

#links {
        background: url("Imagens/bg_topo.gif");
        margin:auto;
			  padding: 15px 15px 0px 15px;
				width: 680px;
				height: 25px;
				font-size: 66%;
				letter-spacing: .05em;
				text-transform: uppercase;
				border-bottom:3px solid #60B7DE;
				}

#links {
        text-align: right;
        color:#F0F0F0;
				font-weight: bold;
				}

#links a {
          text-decoration: none;
					padding-left:5px;
					padding-right:5px;
					color:#F0F0F0;
					}

#links a:hover {
                text-decoration: underline;
								color: #FFFFFF;												
								}
								
			/* menu2 */

#menu {
	     width: 710px;
	     height:24px;
	     margin:auto;
			 margin-top:-3px;
	     background-color: #097CEF;
	     border-top:3px solid #60B7DE;
	     border-bottom:3px solid #60B7DE;
			 text-align:left;
       }

#menu ul {
	        margin: 0px;
	        margin-top:1px;
	        padding: 0px;
	        list-style: none;
          }

#menu li {
	        display: inline;
          }

#menu a {
	       padding: 4px 4px;
				 text-transform: uppercase;
	       text-decoration: none;
	       font-size: 65.1%;
	       font-weight: bold;
	       color: #FFF;
         }

#menu a:hover {
	             background-color: #F0F0F0;
	             font-size: 65.1%;
	             font-weight: bold;
	             color: #0000FF;	
               }

/* Conteudo */

#conteudo {
	          width: 676px;
						height:auto;
						margin:auto;
	          overflow: hidden;
						font-size: 72.5%;
	          color: #3C3C3C;
						text-align: justify;
						padding:15px;
						}

#contA {
	     float: left;
	     width: 676px;
	     height:100%;
			 margin-bottom:20px;
			 }

#contB {
	     float: left;
	     width: 325px;
	     height:100%;
			 margin-bottom:20px;
			 }

#contC {
	     float: right;
	     width: 325px;
	     height:100%;
			 margin-bottom:20px;
			 }

/* Rodape */

#rodape {
         background:#097CEF;
	       background: url("Imagens/bg_rodape.gif");
	       clear: both;
	       width: 710px;
	       border-top: 3px solid #60B7DE;
				 height: 40px;
				 margin:auto;
				 margin-top:20px;
				 }

#rodape p {
           margin: 0px;
	         padding: 8px;
	         font-size: 62.5%;						
	         color: #FFF;
	         text-align:center;
					 letter-spacing: .02em;
				   text-transform: uppercase;
					 font-weight: bold;
           }
					 
	/* tabelas */
					 
 
.tabela {																		  
	width: 650px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border:1px solid #F19B27;
	text-align: left;
	border-collapse: collapse;
	height: 5px;
	}
	
.tabela tr td {	
  border:1px solid #F19B27;
	font-size:1em;
	border-collapse: collapse;
	padding:3px;
	vertical-align: top;
	height: 16px;
	font-weight: bold;
	}
	
.tabela2 {																		  
	width: 550px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;				 
	font-size: 1em;
	border:1px solid #F19B27;
	text-align: left;
	border-collapse: collapse;
	height: 5px;
	}
	
.tabela2 tr td {	
  border:1px solid #F19B27;
	font-size:1em;
	border-collapse: collapse;
	padding:3px;
	vertical-align: top;
	height: 16px;
	font-weight: bold;
	}
	
	/* outros */
	
 .val {color:#FFF;}	
	
 .t {height:10px;}
 .a {width:30px;}
 .b {width:50px;}
 .c {width:250px;}
 .d {width:150px;}
 .e {width:150px;}
 
 .center {text-align:center;}
 .borda {border:2px solid #f19b27;}
 .margin {margin-left:70px;}
 .eventos {margin-left:100px;}
 .line {line-height:25px;}
 .hr {width:600px; text-align:center;}
 .dp3 {float:right; margin-left:8px; margin-top:15px;}
 
 