<style type="text/css">
<!--
html {
	
}

body {
	
	background-image: url(img/bg_site.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#8c8b8a;
	

}



.texto {
    color: #8c8b8a;
    padding:8px;
    padding-top:0px;
  }


.titulo1 {
    color: #edd069;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 30px;
  }


.titulo2 {
    color: #edd069;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 24px;
  }


b
{
 color:#333333;
}


a.lrs:link {
    text-decoration: none;
    color: #8c8b8a;
  }


a.lrs:visited {
    text-decoration: none;
    color: #8c8b8a;
  }


a.lrs:hover {
    text-decoration: underline;
    color: #8c8b8a;
  }


a.lrs:active {
    text-decoration: none;
    color: #8c8b8a;
  }


a.lrs2:link {
    text-decoration: none;
    color: #666666;
  }


a.lrs2:visited {
    text-decoration: none;
    color: #666666;
  }


a.lrs2:hover {
    text-decoration: underline;
    color: #666666;
  }


a.lrs2:active {
    text-decoration: none;
    color: #666666;
}
  
#conteudo{
height: 120px;
width:281px; 
overflow:auto;
overflow-x:hidden;
padding:0px;
margin:0px;
margin-left:0px;
margin-top: 0px;
}

#todoform input {
/*background:#b5b5b5; */
border:1px solid #b3b2b1;
padding:3px;
color:#9b9c9b;
}      

#todoform textarea {
border:1px solid #b3b2b1;
padding:3px;
color:#9b9c9b;
}
 -->
</style>