@charset "utf-8";
#pagina {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000066;
	background-color: #FFFFFF;
}
#cabeca {
	text-align: center;
	padding: 3px;
	background-color: #689ff2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

#menu {
	float: left;
	width: 190px;
	text-align: left;
	margin-right: auto;
}

#rodape {
	text-align: center;
	padding: 5px;
	clear: both;
}
#conteudo {
	float: left;
	width: 590px;
	padding-left: 4px;
}
#direita {
	float: right;
	width: 180px;
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #d9e6f7;
	font-family: Arial, Helvetica, sans-serif;
}
.navega a{
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #66CCFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #0099FF;
	padding: 3px;
	margin-left: 2px;
	margin-top: 1px;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
}

.navega a:hover{
	color: #000000;
	background-color: #FFFF66;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #990000;
}
a{
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 18pt;
	text-align: center;
}
