html {

    overflow:scroll; 
  }

/*Gerais*/
body {
	margin: 0px 0px 0px 0px;
	
}

td {  font-family: trebuchet, verdana; font-size: 10px; color:#5e5e5e; line-height:16px;}

/*Links */

a:link {text-decoration: none; color: #ffffff}
a:visited {text-decoration: none; color: #ffffff}
a:active {text-decoration: none; color: #ffffff}
a:hover {text-decoration: none; color: #ffffff}


a.link-paginador:link {text-decoration: none; font-weight : bold; color:#0f646e}
a.link-paginador:visited {text-decoration: none; font-weight : bold; color:#0f646e}
a.link-paginador:active {text-decoration: none; font-weight : bold; color:#0f646e}
a.link-paginador:hover {text-decoration: none; font-weight : bold; color:#0f646e}

a.link-noticias:link {text-decoration: none; color:#808080}
a.link-noticias:visited {text-decoration: none; color:#808080}
a.link-noticias:active {text-decoration: none; color:#808080}
a.link-noticias:hover {text-decoration: none; color:#7b1115}

a.link-texto:link {text-decoration: none; color:#747474}
a.link-texto:visited {text-decoration: none; color:#747474}
a.link-texto:active {text-decoration: none; color:#747474}
a.link-texto:hover {text-decoration: none; color:#747474}



/* Formulários */
input, select, textarea  {
	border-color: #d3d2d2; border-width: 1px; border-style: solid;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: trebuchet, verdana;
	font-size: 9px;
	color: #747474;}


/* Fonts */

.branco9 {font-family: trebuchet, verdana; font-size: 9px; color:#ffffff; line-height:18px;}
.branco10b {font-family: trebuchet, verdana; font-size: 10px; font-weight : bold; color:#ffffff; line-height:12px;}
.cinza9 {font-family: trebuchet, verdana; font-size: 9px; color:#747474; line-height:14px;}
.cinza10 {font-family: trebuchet, verdana; font-size: 10px; color:#747474; line-height:18px;}
.cinza10b {font-family: trebuchet, verdana; font-size: 10px; font-weight : bold; color:#747474; line-height:18px;}
.azul10b {font-family: trebuchet, verdana; font-size: 10px; font-weight : bold; color:#0f646e; line-height:14px;}
.vermelho10 {font-family: trebuchet, verdana; font-size: 10px; color:#7b1115; line-height:14px;}
.vermelho10b {font-family: trebuchet, verdana; font-size: 10px; font-weight : bold; color:#7b1115; line-height:14px;}

table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: double;
	border-color: #093a40;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: ;
}
.style4 {color: #1ae8ff; font-weight: bold; }
