      .TitleFont
      {
        font: 24pt helvetica;
        padding-bottom: 1em;
        margin-bottom: -1em;
      }

      .SubTitleFont
      {
        font: 18pt helvetica;
      }

      .SmallTextFont
      {
        font: 10pt helvetica;
      }

      .LargeTextFont
      {
        font: 12pt helvetica;
      }

      .Yellow
      {
        color: #fff900;
      }

      .Orange
      {
        color: #ffa900;
      }

      .Bold
      {
        font-weight:bold;
      }

      .Cntr
      {
        text-align:center;
      }

      .tdEventsDay
      {  border-right-width: thin;
         border-right-style: solid;
         border-right-color: black;
         border-left-style: solid;
         border-left-color: black;
         border-left-width: thick;
         border-bottom-width: thin;
         border-bottom-style: solid;
         border-bottom-color: black;
       }

       .tdEventsDayNum
       {  border-right-width: thin; 
          border-right-style: hidden; 
          border-right-color: black;
          border-bottom-width: thin;
          border-bottom-style: solid;
          border-bottom-color: black;
          text-align:right;
        }

        .tdEventsMonthYear
        {
           border-right-width: thin; 
           border-right-style: solid; 
           border-right-color: black;
           border-bottom-width: thin;
           border-bottom-style: solid;
           border-bottom-color: black;
           text-align:left;
         }

         .tdEventsHora
         {  border-right-width: thin; 
            border-right-style: solid;
            border-right-color: black;
            border-bottom-width: thin;
            border-bottom-style: solid;
            border-bottom-color: black;
          }

         .tdEventsDescrip
         {  border-right-width: thick; 
            border-right-style: solid;
            border-right-color: black;
            border-bottom-width: thin;
            border-bottom-style: solid;
            border-bottom-color: black;
            text-align: center;
          }

      body 
      {
        background: #071b00;
      }

      div.menu
      {
        float:left; 
        width: 18%;
        height: 95%;
        overflow: auto;
        white-space: nowrap;
        vertical-align:top;
      }

      div.menu li 
      {
        vertical-align:top;
        font: 9pt Helvetica;
        list-style-type: none;        
        padding-bottom: 4px;
        margin-left: -15%;
      }

      div.menu a 
      {
        font: 9pt Helvetica;
        color: #eeeeee;
        text-align: left;
      }

      div.menu p 
      {
        font:bold 9pt Helvetica;
        color:#eeeeee;
        text-align: center;
        vertical-align:top;
      }

      div.menu a:hover
      {
        color: #fff900;
      }

      div.content 
      { 
        width: 78%;
        float: left; 
        font: 10pt helvetica;
        color: #071b00;
        vertical-align: top;
        height: 95%;
      }

      div.content-head
      {
        background-image:url("../images/logoBG.jpg");
      }

      div.content-head-before
      {
        background: transparent url("../images/UpperCornerRight.gif")
        scroll no-repeat top right;
        display: block;
        border: none;
        padding: 0%;
        line-height: 0.1;
        font-size: 1px;
      }

      div.content-head p 
      {
        text-align: center;
      }

      div.content-main
      {
        background-image:url("../images/logoBG.jpg");
        position: relative;
      }

      div.content-main-after 
      {
          background: transparent url("../images/LowerCornerRight.gif")
          scroll no-repeat bottom right;
          margin-bottom: 10px;
          display: block;
          border: none;
          padding-bottom: 0%;
          line-height: 0;
          font-size: 1px;
        }

      div.content-main p 
      {
        padding-left: 1em;
        padding-right: 1em;
        text-align: left;
      }

      div.content-footer 
      {
        position: relative;
        text-align: center;
        font: 12pt helvetica;
        color: #eeeeee;
      }

      div.content-footer a
      {
        font: 12pt helvetica;
        color: #eeeeee;
      }
