html, body {
	height: 100%;
}
body {
	background-image: url(imagens/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
a {
	font-size: 14px;
	font-weight:bold;
	color: #334c82;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #334c82;
}
a:hover {
	text-decoration: underline;
	color: #aaaaaa;
}
a:active {
	text-decoration: none;
	color: #334c82;
}
.main_table {
	border: solid;
	border-width: thin;
	border-color: #f3f3f3;
	border-bottom-color: transparent;
	border-top-color: transparent;
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
	height: 100%;
}
.separator {
	font-size: 16px;
	color: #334c82;
	text-align:center;
	vertical-align:top;
}
.link_peq {
	font-size: 12px;
	font-weight:regular;
	color: #334c82;
}
.link_gde {
	font-size: 18px;
	font-weight:regular;
	color: #334c82;
}
.texto_preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.vermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight:bold;
}
.texto_gde_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #aaaaaa;
	font-weight:bold;
}
.texto_gde_verm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #334c82;
	font-weight:bold;
}
