.texto {
	font-family: arial;
	font-size: 11px;
	color: #444444;
}
a:link {  color: #444444; text-decoration: none}
a:active {  color: #444444; text-decoration: underline}
a:visited {  color: #336699; text-decoration: none}
a:hover {  color: #000000; text-decoration: underline}

input[type=text]
        {           
            border: 1px solid #D0D0D0;
            padding: 3px;
        }
        input:hover[type=text]
        {
            border: 1px solid #999999;
            background-color: #FFFFE1;
            -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
        }
        input:focus[type=text]
        {
            border: 1px solid #999999;
            background-color: #FFFFE1;
            -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
        }
        input[type=password]
        {
            border: 1px solid #D0D0D0;
            padding: 3px;
        }
        input:hover[type=password]
        {
            border: 1px solid #999999;
            background-color: #FFFFE1;
            -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
        }
        input:focus[type=password]
        {
            border: 1px solid #999999;
            background-color: #FFFFE1;
            -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
        }
        input[type=submit]
        {
            cursor: pointer;
            cursor: hand;
            color: rgba(0,0,0,0.9);
            text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
            border: 1px solid rgba(0,0,0,0.5);
            background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
            background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
            padding: 2px 5px 2px 5px;
        }
        input:hover[type=submit]
        {
            background: #EEEEEE;
            -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
        }
		input[type=button]
        {
            cursor: pointer;
            cursor: hand;
            color: rgba(0,0,0,0.9);
            text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
            border: 1px solid rgba(0,0,0,0.5);
            background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
            background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
            padding: 2px 5px 2px 5px;
        }
        input:hover[type=button]
        {
            background: #EEEEEE;
            -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
        }
        .Caixa
        {
            background: #FFFFFF;
            border: 1px solid #CCCCCC;
            border-radius: 10px 10px 10px 10px; /* Implementação W3C */
            background: linear-gradient(#FFFFFF, #EEEEEE 100%); /* Implementação W3C */
            background: -moz-linear-gradient(#FFFFFF, #EEEEEE 100%); /* Implementação Mozilla */
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#EEEEEE)); /* Implementação para browsers que renderizam via webkit */
            -pie-background: linear-gradient(#FFFFFF, #EEEEEE 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); /* IE6,IE7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')"; /* IE8 */
            box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
            -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
        }

.trebuch {  font-family: "Trebuchet MS"; font-size: 11px}
.verdana_p {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 11px;
	color: #444;
}
.texto_p {
	font-family: arial;
	font-size: 11px;
	color: #444444;
}
.verdana_azul {
	font-family: arial;
	font-size: 11px;
	color: #000066;
}
.arialp {
	font-family: arial;
	font-size: 11px;
	color: #666666;
}
.titulos {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.table_azul {
	background-image: url(images/fundo_azul_table.png);
	background-repeat: repeat;
	border: 1px dashed #E0DFE3;
}
.fundo_rodape {
	background-image: url(images/fundo_rodape.png);
	background-repeat: repeat;
}
.table_cinza {
	background-image: url(images/fundo_cinza_table.png);
	background-repeat: repeat;
	border: 1px dashed;
	background-position: top;
}.table_cinza2 {
	background-image: url(images/fundo_cinza2_table.png);
	background-repeat: repeat;
	border: 1px solid #E0DFE3;
	background-position: top;

}
