/* 
    Document   : dados
    Created on : 03/02/2010, 12:26:50
    Author     : Mari
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
                scrollbar-arrow-color: #969696;
                scrollbar-3dlight-color: #E1E1E1;
                scrollbar-highlight-color: #ACA899;
                scrollbar-face-color: #E8E8E8;
                scrollbar-shadow-color: #ACA899;
                scrollbar-darkshadow-color: #E1E1E1;
                scrollbar-track-color: #E1E1E1;
                margin:0;
                padding:0;
                background:green;
                text-align:center; /* hack para o IE */
            }
            A:link {
                FONT-SIZE: 11px; COLOR: #222222; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
            }
            A:visited {
                FONT-SIZE: 11px; COLOR: #222222; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
            }
            A:active {
                FONT-SIZE: 11px; COLOR: green; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
            }
            A:hover {
                FONT-SIZE: 11px; COLOR: green; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
            }
            lo {
                FONT-SIZE: 11px; COLOR: green; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
            }
            .style1 {
                color: #264588;
                font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 18px;
            }

            #tudo {
                width: 890px;
                margin:0 auto;
                padding: 10px;
                text-align:left; /* "remédio" para o hack do IE */
            /*    background:green;*/


            }
            #conteudo {
                padding: 0px;
                background-color: white;


            }
            #conteudo_corpo {
                padding: 0px;
				margin: 0px;
                background-color: #9BBB59;
                width: 705px;
                

            }
            #esquerda_topo{
                float: left;
                mso-bidi-font-weight:normal;
                font-size:40.0pt;
                line-height:115%;
                color:#9BBB59;
                mso-themecolor:accent3;
                
            }
            #direita_topo{
                float:right;
                mso-bidi-font-weight:normal;
                font-size:40.0pt;
                line-height:115%;
                color:#9BBB59;
                
                
            }
            #esquerda{
                float: left;
            }
            #direita{
                float:right;
            }
            #direita font{
                font-size: 12pt;
                font-style: italic;
                font: arial;
                text-align: center;
            }
            #direita font p{
                font-size: 11pt;
                font-style:normal;
                color:#222222;
                font-family: Arial, Helvetica, sans-serif;
                text-align: center;
                elevation: above;
                font-weight: lighter;
                line-height:200%;

}

            #direita_rodape{
                float:right;
            }

         
    ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
        ul li {
	position: relative;
	}
        li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
        ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
        /* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
        li:hover ul { display: block; }
        li:hover ul, li.over ul {
	display: block; }
        p{
            margin: 4;
            padding: 4;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #222222;
        }
        h1{
            margin: 4;
            padding: 4;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 24px;
            color: black;
            text-align: center;

}



