/* Margin e Padding */
body,form,h1,h2,h3,h4,h5,h6,p,li,ul,div,span,a,ol,td,dt,dd,dr { margin:0; padding:0;}

/* Tables */

table tr td {
	border:none;
}

/* Imagens */
img { border:0; }

/* Display */
.esconder { display:none; }
.off { display:none; }
.on { display:; }

/* BackGround do Site */
* html, html body {
	height:100%;
	width:100%;
	overflow:auto;
}

/* Formulário */
.campo {
	background-color:#fff;
	color:#666;
	padding:2px;
	border:1px solid #ccc;
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
	padding-right:10px;
}


/* Fontes do Site */
body,form,h1,h2,h3,h4,h5,h6,p,a,input,select,button,textarea,td,li,dd,dt,th {
	font-family:Tahoma, Arial, Tahoma, Times, serif;
	font-size:11px;
	text-decoration:none;
	font-style:normal;
}
table.Container td.Conteudo {
	color:#333;
	line-height:18px;
	text-align:justify;
}
table.Container td.Conteudo a {
	color:#c00;
	text-decoration:underline;
}
table.Container td.Conteudo a:hover {
	color:#c00;
	text-decoration:none;
}
td.Login {
	color:#fff;
}