hr    {
      color: #234283;
      text-align=center;
      height: 1px;
      }

input {
	  font-family: Tahoma, Arial, "Courier New";
      font-size: 8pt;
	  font-style: normal;
	  color: #000000;
	  background-color: ;
	  font-weight: bold;
	  font-variant: normal;
	  text-transform: none;
      border: 1px #234283 line;
	  }
	  
.input.radiobutton {
      border: none; }

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

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

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

td	{
    font-family:Tahoma, Arial, "Courier New";
    font-size:8pt;
    color:#000000;
    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: #000000;
        border-style: none;
        }
a:hover {
        text-decoration: underline;
        font-family: Tahoma, Arial, "Courier New";
        font-size: 8pt; font-style: normal;
        font-weight: bold;
        color: #000000;
        border-style: none;
        }

.conteudo	{
		    position: absolut;
		    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: #000000;
            background: url(imagem/fundo.gif) center right repeat;
            text-align:center;
            border: 0px solid;
		    }

#mural table {
             font-family: Tahoma, Arial, "Courier New";
             font-size: 9px;
             border: 1px solid #234283;
             width: auto;
             margin-left: 0;
             padding-left: 0;
             margin: 0;
             float: rigth;
             border-bottom: 1px solid #234283;
             }
        
#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: #000099;
               text-decoration: underline;
               }

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

#mural a:visited {
                 color: #000099;
                 font-family: Tahoma, Arial, "Courier New";
                 font-size: 9px;
                 text-decoration: none
                 }
#chromemenu{
width:765px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #234283; /* linha abaixo menu principal */
width: 100%;
background-color: white;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 4px Tahoma;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #234283;  /* menu principal */
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(chrometheme/divider5.gif) center right no-repeat; /* linha divisão */
}

#chromemenu ul li a:hover{
color: #234283; /* menu principal qd está em foco */
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #234283; /* LARANJA */
border-bottom-width: 0;
font:normal Tahoma;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#234283,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a:link {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #234283; /* borda do submenu */
padding: 2px 0;
text-decoration: none;
font: bold Tahoma;
color: #234283;
}

.dropmenudiv a:visited {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #234283; /* borda do submenu */
padding: 2px 0;
font: bold Tahoma;
text-decoration: none;
color: #234283;
}

.dropmenudiv a:hover{
color: #FFFFFF; /* foco no submenu */
font: bold Tahoma;
background-color: #234283; /* fundo do submenu */
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 240px;
height: 130px;
border: 0px solid #234283;
padding: 5px;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#nomeDiv{
	position:absolute;
	z-index:1;
	width:200px;
	height:200px;
	left: 166px;
	top: 209px;
}

#nomeDiv a{
	padding:5px;
	border:1px solid #000;
	text-decoration:none;
	background:#000;
	color:#fff;
}
#nomeDiv a:hover{
	background:#fff;
	color:#000;
}

