html {
     overflow: -moz-scrollbars-vertical;
  }

/*Gerais*/
body {
	margin: 0px 0px 0px 0px;
	scrolling=yes
}

td {  font-family: trebuchet, verdana; font-size: 10px; color:#808080; 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:#7b1115}
a.link-paginador:visited {text-decoration: none; font-weight : bold; color:#7b1115}
a.link-paginador:active {text-decoration: none; font-weight : bold; color:#7b1115}
a.link-paginador:hover {text-decoration: none; font-weight : bold; color:#7b1115}

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-vermelho:link {text-decoration: none; color:#7b1115}
a.link-vermelho:visited {text-decoration: none; color:#7b1115}
a.link-vermelho:active {text-decoration: none; color:#7b1115}
a.link-vermelho:hover {text-decoration: none; color:#7b1115}



/* Formulários */
input, select, textarea  {
	border-color: #d3d2d2; border-width: 1px; border-style: solid;
	background-color: #e2e2e2;
	margin: 0px 0px 0px 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:18px;}
.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;}
.preto10b {font-family: trebuchet, verdana; font-size: 10px; font-weight : bold; color:#000000; line-height:18px;}
.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;}


