body
{
background-repeat:repeat-y;
}

hr    {
      color: '#6C4848';
      text-align=center;
      height: 1px;
      }

input {
	  font-family: Tahoma, Arial, "Courier New";
      font-size: 8pt;
	  font-style: normal;
	  color: #6C4848;
	  background-color: ;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: uppercase;
      border: 1px #6C4848 line;
	  }

.inputradio {
	  background-color: #FFF;
      border: 0px;

	  }

textarea {
	     font-family: Tahoma, Arial, "Courier New";
    	 font-size: 8pt;
		 font-style: normal;
		 color: #6C4848;
		 background-color: ;
		 font-weight: bold;
		 font-variant: normal;
         text-transform: uppercase;
         border: 1px #6C4848 line;
         }

select {
	   font-family: Tahoma, Arial, sans-serif;
       font-size: 8pt;
       font-style: normal;
       font-weight: bold;
       color: #6C4848;
       background-color: #FFFFFF
       border: 1px #6C4848 line;
       }

th	{
    font-family:Tahoma, Arial,"Courier New";
    font-size:8pt;
    color:#6C4848;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    align=left
    }

td	{
    font-family:Tahoma, Arial, "Courier New";
    font-size:8pt;
    color:#6C4848;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    }
		
a:link, a:visited {
        text-decoration: none;
        font-family: Tahoma, Arial, "Courier New";
        font-size: 8pt; font-style: normal;
        font-weight: bold;
        color: #6C4848;
        border-style: none;
        }
a:hover {
        text-decoration: underline;
        font-family: Tahoma, Arial, "Courier New";
        font-size: 8pt; font-style: normal;
        font-weight: bold;
        color: #6C4848;
        border-style: none;
        }

.logo {
      position: static;
      top: 0;
      left: auto;
      width: 765px;
      height: auto;
      clip:   rect(   )
      }

.index	{
		position: static;
		top: auto;
		left: 0;
		width:590px;
		height:auto;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;
		clip:      rect(   );
		color: #6C4848;
		}

.conteudo	{
		    position: static;
		    top: auto;
		    left: auto;
		    width:765px;
		    height:auto;
		    font-family: Tahoma, Arial, sans-serif;
		    font-size: 8pt;
		    font-style: normal;
		    font-weight: bold;
		    clip:      rect(   );
		    color: #6C4848;
		    }
		
#mural table {
             font-family: Tahoma, Arial, "Courier New";
             font-size: 9px;
             border: 1px solid #6C4848;
             width: auto;
             margin-left: 0;
             padding-left: 0;
             margin: 0;
             float: rigth;
             border-bottom: 1px solid #6C4848;
             }
        
#mural table td {
                font-family: Tahoma, Arial, "Courier New";
                font-size: 9px;
                }
       
#mural table th {
                font-family: Tahoma, Arial, "Courier New";
                font-size: 9px;
                }
       
#mural a:hover {
               font-family: Tahoma, Arial, "Courier New";
               font-size: 9px;
               color: #FF3333;
               text-decoration: underline
               }

#mural a:link {
              font-family: Tahoma, Arial, "Courier New";
              font-size: 9px;
              color: #6C4848;
              text-decoration: none
              }
       
#mural a:visited {
                 color: #6C4848;
                 font-family: Tahoma, Arial, "Courier New";
                 font-size: 9px;
                 text-decoration: none
                 }

#chromemenu {
            width: 100%;
            }

#chromemenu:after {
                  content: ".";
                  display: block;
                  height: 0;
                  clear: both;
                  visibility: hidden;
                  }

#chromemenu ul {
            border: 1px solid #F9B305;
            width: 100%;
            background: url(chrometheme/chromebg5.gif) center center repeat-x;
            margin-left: 0;
            padding-left: 0;
            margin: 0;
            float: left;
            font: bold 8px Verdana;
            }

#chromemenu ul li {
                  display: inline;
                  }

#chromemenu ul li a {
                    float: left;
                    color: #6C4848;
                    font-weight: bold;
                    padding: 8px 12px 8px 7px;
                    text-decoration: none;
                    background: url(chrometheme/divider5.gif) center right no-repeat;
                    }

#chromemenu ul li a:hover {
                          color: #52371D;
                          }

#chromemenu ul li a[onMouseover]:after {
                                       content: " v";
                                       }

.dropmenudiv {
             position:absolute;
             top: 0;
             border: 1px solid #F9B305;
             border-bottom-width: 0;
             font:normal 8px Verdana;
             line-height:18px;
             z-index:100;
             background-color: white;
             width: 200px;
             visibility: hidden;
             filter: progid:DXImageTransform.Microsoft.Shadow(color=#F9B305,direction=135,strength=4);
             }

.dropmenudiv a {
               width: 100%;
               display: block;
               text-indent: 3px;
               border-bottom: 1px solid #F9B305;
               padding: 2px 0;
               text-decoration: none;
               font-weight: bold;
               color: #52371D;
               }

.dropmenudiv a:hover {
                     background-color: #FFFFC6;
                     }
