    a:link , a:visited , a:active  {
          color : #0E5992;
          text-decoration : underline;
          font-weight : bold;
          font-size : 11px;
      }
    a:hover {
          color : #559FD8;
          text-decoration : none;
          font-weight : bold;
          font-size : 11px;
      }
    ul {
          text-align : justify;
          padding : 5px;
          margin : 11px;
      }
    ol {
          text-align : justify;
          padding : 5px;
          margin : 11px;
      }
    li.none {
          list-style : none;
          font-weight : bold;
      }
    #container {
          width : 700px;
          margin : 0 auto;
      }
    #header {
          background-color : #ffffff;
          padding : 0;
          margin : 0;
      }
    #menu {
          width : 159px;
          padding : 0px;
          float : left;
          margin-top : 0px;
          margin-left : 0px;
          margin-right : 0px;
          margin-bottom : 0px;
      }
    #conteudo-out {
          background-color : #ffffff;
          width : 526px;
          padding : 0px;
          float : right;
          margin-top : 0px;
          margin-left : 0px;
          margin-right : 0px;
          margin-bottom : 0px;
          text-align : center;
      }
    #conteudo-in {
          background-color : #ffffff;
          width : 490px;
          padding : 10px;
          clear : both;
          margin-top : 0px;
          margin-left : 0px;
          margin-right : 0px;
          margin-bottom : 0px;
          text-align : justify;
      }
    .retroceder {
          border-top : 1px solid #A9C7DF;
          text-align : right;
      }
    .left {
          text-align : left;
      }
    .right {
          text-align : right;
      }
    .centered {
          text-align : center;
      }
    .floatleft {
          float : left;
          margin : 0 10px 10px 0;
      }
    .floatright {
          float : right;
          margin : 0 10px 10px 0;
      }
    P , body , td , div , h3 {
          color : #0E5992;
          font-size : 11px;
          font-family : tahoma, verdana, arial, sans-serif;
          text-align : justify;
      }
    b , strong {
          font-size : 11px;
          color : #1668A7;
          font-family : tahoma, verdana, arial, sans-serif;
          font-weight : bold;
      }
    h1 {
          font-family : tahoma, verdana, arial, sans-serif;
          text-align : left;
          font-weight : bold;
          padding : 5px;
          font-size : 11px;
          color : #0E5992;
          border-bottom : 1px solid #A9C7DF;
      }
    BODY {
          background-color : #2773AD;
		  background-image : url(images/bg.jpg);
		  background-repeat : repeat-x;
          text-align : center;
          margin : 0;
      }
