body {
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#2F4F4F;
	scrollbar-base-color:#2F4F4F;
	scrollbar-face-color:#F0F0F0;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#DCDCDC;
	scrollbar-track-color:#F0F0F0;
	scrollbar-darkshadow-color:#2F4F4F;
	margin: 0px;
	background-color: #9FBFC1;
}

A:visited { color: #CC0000}
A:link { color: #CC0000}
A:hover { color: #CC0000}
A:active { color: #CC0000}
A:vlink { color: #CC0000}

.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.textoArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.header {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-indent: 5px;
	padding: 5px;
	border : 0px;
	border-bottom: 1px dashed #333333; /*#0099FF;*/
	background-color: #BAD8EF; /*#F7FCF3; /*#F2FAFF;*/
	color: #000000;
	/*margin-right: 10px;*/
}

div.corpo {
	background-image: url(/v3/imagens/site/img_fundo_tabela.gif);
}

input.form {
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 1px dashed #333333;
}

.botao {
	border: medium none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/v3/imagens/site/botao_off.gif);
	width: 87px;
	color: #333333;
	font-family: verdana, trebuchet ms, arial;
	height: 24px;
	background-color: white;
	text-align: center;
}

.botao:hover {
	border: medium none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/v3/imagens/site/botao_on.gif);
	width: 87px;
	color: #333333;
	font-family: verdana, trebuchet ms, arial;
	height: 24px;
	background-color: white;
	text-align: center;
}

.botaoOver {
	border: medium none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/v3/imagens/site/botao_on.gif);
	width: 87px;
	color: #333333;
	font-family: verdana, trebuchet ms, arial;
	height: 24px;
	background-color: white;
	text-align: center;
}

td img {display: block;}


	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.clearfix {display: inline-table;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

