@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-image:url(imagens/bg.gif);
	color:#372e2e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}

a {
	color:#2556b4;
	text-decoration:none;
}

a:hover {text-decoration:underline;}

#site {
	margin:5px auto;
	width:769px;
}

#flash {
	width:769px;
	height:318px;
}

#conteudo {
	clear:both;
	background-color:#fff;
	overflow:hidden;
	padding:20px;
	text-align:justify;
	width:729px;
}

h1 {
	color:#2c5c8c;
	font-size:14pt;
}

h2 {
	color:#2c5c8c;
	font-size:14pt;
}

h3 {
	color:#990000;
	font-size:11pt;
}

#rodape {
	clear:both;
	color:#4ca9b8;
	background:#fff url(imagens/rodape.gif) no-repeat;
	font-size:9pt;
	padding-top:31px;
	text-align:center;
	width:769px;
	height:37px;
}

ul {
	padding:0;
	padding-left:15px;
	list-style-position:outside;
}

.relogio {
	float:left;
	margin-left:21px;
	margin-top:20px;
	text-align:center;
	width:215px;
}

.relogio img {
	border:#ccc 1px solid;
	margin:7px 0;
	width:125px;
	height:93px;
}

.relogio a img {border:#2c5c8c 1px solid;}

.relogio p {
	font-size:9pt;
	text-align:center;
}

hr {
	background-color:#005430;
	border:0;
	color:#005430;
	height:2px;
}

.divisor {
	clear:both;
	width:729px;
}

#cima {
	float:left;
	width:729px;
}

#fone {
	color:#777;
	float:right;
	font-size:14pt;
	font-weight:bold;
}