<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */

/* ================== RESET ================== */

html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em
font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,label,legend,p
{margin:0;padding:0;border:0;outline:0;} 

body{line-height:1;color:black;background:white;} :focus{outline:0;} 
 table{border-collapse:collapse;border-spacing:0;}
 caption,th,td{text-align:left;font-weight:normal;}
 fieldset,img{border:0;} 
 address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
 h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
 blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
 abbr,acronym{border:0;} 

/* ================== TAGS ================== */

body { background:url(../img/default/bg_line.png) repeat-x #e4e4e4; font-family: Verdana, Geneva, sans-serif; font-size: 12px;  }

h2 { font-size:20px; font-weight:bold; color:#fff; font-family:Verdana, Geneva, sans-serif; }

h3 { font-size:13px; font-weight:bold; padding-top:6px; color:#fff; font-family:Verdana, Geneva, sans-serif; }

h4 { font-size:13px; line-height:14px; padding:10px 10px 10px 10px; color:black; font-family:Verdana, Geneva, sans-serif; text-align:center; }

h5 { font-size:11px;  padding:10px 10px 10px 10px; color:black; font-family:Verdana, Geneva, sans-serif;  text-align:center;}

h6 { font-size:13px; font-weight:bold; line-height:14px; padding:10px 10px 10px 10px; color:#009900; font-family:Verdana, Geneva, sans-serif; text-align:center; }

h7 { font-size:14px; font-weight:bold; color:black; font-family:Verdana, Geneva, sans-serif; text-align:center; }  

p { font-size:12px; line-height:16px; padding:10px 10px 10px 10px; color:black; font-family:Verdana, Geneva, sans-serif; }


/* ================== info.html ================== */

#header { height:20px; background-image:url(../img/default/header_bg.png); }

#top { background:url(../img/default/top_bg.png) repeat-x; height:130px;}
#top_img { background:url(../img/default/logo.png) repeat-x; width:760px; height:133px; padding-top:10px; margin:0 auto;}

#wrapper { /*width:1300px; */  width:760px; margin:0 auto; }

#nav { width:350px; height:18px; background-color:transparent; margin-top:20px; }
#links { width:750px; height:13px; font-family:Verdana, Geneva, sans-serif; text-align: center;}
#links li { display:inline; margin-right: 5px; color:#000; }
#links a { color:#000; text-decoration:none; font-weight:bold; font-size:13px; font-family:Verdana, Geneva, sans-serif; }
#links a:hover { color:#5D8D2C; text-decoration:underline; font-size:13px; font-family:Verdana, Geneva, sans-serif; }

#content { background:#fff; /*grande: width:1290px; */ width:737px; border:4px solid #64942F; margin-top:10px; margin-bottom:10px; position:relative; z-index:1 }
#label { height:60px; margin-top:30px; position:absolute; z-index:2; }
#label_left { background:url(../img/default/label_left_bg.png); width:15px; height:60px; float:right; }
#label_middle { background:url(../img/default/label_middle_bg.png) repeat-x; height:60px; float:right; }
#label_middle_text { height:30px; margin:8px 8px 0px 18px; }
#label_right { background:url(../img/default/label_right_bg.png); width:21px; height:60px; float:right; }
#texto { background-color:#CCD7ED; width:630px; height:80px; margin:0 auto; margin-top:70px; }

#flashMessage{
    display: none;
    line-height: 30px;
}

#bottom { background:url(../img/default/bottom_bg.png) repeat-x; width:100%; height:46px;}
#bottom_texto { width:580px; height:46px; margin:0 auto; }

/* ============================ Login =============================*/
#cpf { background-color:#CCC; width:430px; height:130px; min-height: 100px; margin:0 auto; margin-top:40px; border:2px solid #CCC }
#topo { background-image:url(../img/default/topo_login.png); width:430px; height:30px; }
#conteudo { background-color:#CCC; width:390px; height:30px;  text-align: center; font-family:Verdana, Geneva, sans-serif; font-size: 13px; padding-top: 20px;}
#entrar { background-color: transparent; font-family:Verdana, Geneva, sans-serif; font-size: 13px; margin-top: 35px;}


/* ================== CLASSES ================== */

.left { float:left; }
.right { float:right; }

.disabled{
    color:#ccc;
}
.clear{
    clear: both;
}
.texto{
    padding: 15px;
    text-align: justify;
}
.texto a{
   text-decoration: none;
   color: #5D8D2C;
}
.texto a:hover{
    color: #999;
} 
input, select, textarea{
    border: 1px solid #7f9db9;
}
.input{
    margin-bottom: 15px;
    border: 0px solid purple;
}



/* forms */
div.input input, div.input select{
    padding: 3px 0;
}
.select label{
    display: block;
}


select{
   height: 24px;
}

#conteudo{
   margin-left: 20px;
   float: left;
   padding: 10px 10px 10px 10px;
}

div.radio input, div.checkbox input{
   margin-right:3px !important;
	border: none;
}
div.radio label{
	position: relative;
	top: -8px;
}
div.submit{
	position: relative;
	margin-bottom: 50px;
}
div.submit input{
       padding: 2px;
       border: 0;
       position: absolute;
       right: 2px;

}  


</pre></body></html>