BODY {
  margin: 0px;
  padding: 0px;
}

BODY, TABLE, DIV, P, .texto {
  font-family: Verdana, Tahoma, Arial;
  font-size:10px;
  text-align: left;
}

.Rodape {
    background: url(http://www.tectrilha.com.br/res/rodape.jpg) top center no-repeat;
    text-align: center;
    margin: 5px;
    padding-top: 15px;
}


.Menu {
    width: 140px;
    cursor: default;
    padding-left: 5px;
    padding-right: 5px;
}

.MenuTitulo {
    background-image: url(http://www.tectrilha.com.br/res/menu_titulo.jpg);
    background-repeat: no-repeat;
    display: block;
    line-height: 150%;
    width: 125px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
}

.MenuItem {
    display: block;
    line-height: 150%;
    height: 15px;
    margin-top: 2px;
    padding-left: 5px;
    width: 125px;
    background-color: #FFF;
    border-left: SteelBlue 2px solid;
    border-bottom: #F4F4F4 1px solid;
}

a:link {
	text-decoration: none;
	color: SteelBlue;
}
a:visited {
	text-decoration: none;
	color: SteelBlue;
}
a:hover, a:active {
	color: SlateGray;
    text-decoration:underline;
}

.botao {
    color: #000;
    cursor: pointer;
    background: #F9F9F9;
    border-top: #FFF 1px solid;
    border-left: #FFF 1px solid;
    border-bottom: #CCC 1px solid;
    border-right: #CCC 1px solid;
    font-family: Verdana;
    font-size: 10px;
    margin-right: 3px;
}
