/* geral */

/* ---- resetando dados pre classificados ---- */

:focus {outline:0;}
/* body {background:#fff;color:#333;} */
body {background: #FFFFFF; color:#333;}
ol, ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: upper-alpha;
}
 
caption, th, td {text-align:left;font-weight:normal;}
 
hr.off {display:none;}

/* ---- fonts v2 ---- */
body {font:x-small arial,helvetica,freesans,sans-serif,"Trebuchet MS" ;font-size:12px;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	/*background-image: url(../../images/fundosite_repeat.jpg);
	background-repeat: repeat;*/
}
 
.norepeat_bg_tp_site_direita{
	background-repeat: no-repeat;
}

pre, code {font:1.15em monospace;}
a {text-decoration:none; color:#000;font-weight:normal;
font-family:arial,freesans,helvetica,sans-serif;
}
.conteudo a:visited {}
a:hover {text-decoration:underline;}
/* ---- /resetando dados pre classificados ---- */



	/* tipo de senha */
    #descricaoGrau{   font-size: 12px;	 }
    #grauSenha {  height:10px; display:block; }
    #bordaSenha{  width: 144px;   height: 10px;   border: 1px solid black;}
    .grau0{ width:144px;background:#cccccc; }
    .grau1{width:40px;background:#ff0000;}
    .grau2{width:60px;	background:#ff5f5f; }
    .grau3{width:80px;background:#56e500; }
    .grau4{background:#4dcd00; width:100px;}
    .grau5{background:#399800;width:144px;}


.justifytext {
	text-align: justify;
}