@charset "utf-8";
/* CSS Document */
body {
	background:url(images/fundo.jpg);
	background-position:center top;
	background-repeat: repeat-y;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2E2E2;
	}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {font-size: 12px}
.style3 {color: #FFFFFF; }
.style4 {font-size: 14px}
.busca {
	font-size: 12px;
	color: #000;
}
.style7 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.style9 {
	color: #000;
	font-size: 12px;
}
.style12 {color: #FFFFFF; font-weight: bold; font-size: 12px; }
.style13 {color: #009900; font-size: 12px; }
.style14 {
	color: #0000FF;
	font-weight: bold;
}
a:link {
	color: ##000066;
	text-decoration: none;
}
a:visited {
	color: ##000066;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: ##000066;
	text-decoration: none;
}
#relogio {
	position: relative; /*tipo de posicionamento*/
	width: 100px; /*largura da DIV*/
	height: 20px; /*altura da DIV*/
	margin-left: auto; /*margem a esquerda*/
	margin-right: auto; /*margem a direita*/
	float: left; /*flutuar a esquerda*/
	border: 1px solid #ccc; /*borda da DIV*/
	text-align: center; /*alinhamento do texto*/
	visibility: visible;
	background-color: #0066CB;
}
.style20 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.style21 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.destaque {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-decoration: blink;
}
.style22 {color: #FFFFFF; font-size: 10px; }
.style23 {color: #000000; font-size: 12px; }

.rodape {font-size: 12px;
	color: #000;
}
