/* CSS Document */

body {background-color: #cccccc;}

a:link {color: #474646; text-decoration: none;}
a:visited {color: #474646; text-decoration: none;}
a:hover {color: #474646; text-decoration: underline;}
a:active {color: #474646; text-decoration: none;}
  
 
 
 td {
     color: #474646;
     font-family: Trebuchet MS;
     font-size: 13px;	
     text-align:left;
     margin-left: 15px;
     margin-right: 15px;
 }
 
 p {
    color: #474646;
    font-family: Trebuchet MS;
    font-size: 14px;	
    text-align:left;
    margin-left: 15px;
    margin-right: 15px;
  
 }
 
 .contato {
    color: #474646;
    font-family: Trebuchet MS;
    font-size: 13px;	
    text-align:center;
    margin-left: 15px;
    margin-right: 15px;
  
 }
 
  .empresa {
     color: #474646;
     font-family: Trebuchet MS;
     font-size: 12px;	
     text-align:justify;
     margin-left: 15px;
     margin-right: 15px;
   
 }
 

  h1 {
     color: #474646;
     font-family: Trebuchet MS;
     font-size: 13px;	
     text-align:left;
     margin-left: 15px;
     margin-right: 15px;
     font-weight: bold;
   
 }
 
 
 h2 {
      color: #474646;
      font-family: Trebuchet MS;
      font-size: 13px;	
      text-align:left;
      margin-left: 15px;
      margin-right: 15px;
      font-weight: bold;
    
 }


 input, textarea, select {
   	margin:0px 0px 0px 0px;
   	padding:0px 0px 0px 0px;
   	width:220px;
   	height:auto;
   	background-color:#ffffff;
   	border-bottom:#000000 1px solid;
   	border-left:#000000 1px solid;
   	border-right:#000000 1px solid;
   	border-top:#000000 1px solid;
   	color:#474646;
   	font-family: Trebuchet MS;
   	font-size:13px;
	
   
}

 
  form {
   color: #474646;
   font-family: Trebuchet MS;
   font-size: 13px;	
   text-align:left;
   margin-left: 15px;
      
}

.divAbas {
	float:left;
	/*width:95%;*/
	padding:10px;
	
}

 #header {
   float:left;
   width:95%;
   font-size:93%;
   line-height:normal;
   padding-left:30px;
   margin-top:35px;
   /*margin-left:60;
   margin-right:60;*/
   }
 #header ul {
   margin:0;
   padding:4px 0px 59;
   list-style:none;
   }
 #header li {
   float:left;
   background:url("../images/left.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 9px;
   }
 /*#header a {
   float:left;
   display:inline;
   background:url("../images/right.gif") no-repeat right top;
   padding:5px 15px 4px 6px;
   text-decoration:none;
   font-weight:bold;
   color:#dc351b;
   }*/
 #header legend {
   float:left;
   display:inline;
   background:url("../images/abas.gif") no-repeat;
   width:215px;
   height:30px;
   margin-top:-29px;
   padding-top:5px;
   /*padding:5px 15px 4px 6px;*/
   text-decoration:none;
   text-align:center;
   vertical-align:text-bottom;
   font-weight:bold;
   color:#dc351b;
   }
 #header a
 {
   text-decoration:none;
   font-weight:bold;
   color:#dc351b;       
 }         
        
 /* Commented Backslash Hack
    hides rule from IE5-Mac \*/
 #header a {float:none;}
 /* End IE5-Mac hack */
 #header a:hover {
   color:#333;
   }
   
 #header #current {
   background-image:url("../images/left_on.gif");
   border-width:0;
   }
   
 #header #current a {
   background-image:url("../images/aba_on.gif");
   color:#333;
   padding-bottom:5px;
  }
  
  .text-align 
  {
      vertical-align:middle;
  }
