/* Regras de estilo do site */

body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	}
	
h1 {
	font-family: arial, helvetica, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: left;
	margin: 5px;
	}

h2 {
	font-family: arial, helvetica, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: left;
	margin: 5px;
	}

h3 {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: rgb(122, 199, 250);
	text-align: center;
	margin: 10px;
	}

h4 {
	font-family: arial, helvetica, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	text-align: left;
	margin: 5px;
	}

h5 {
	font-family: arial, helvetica, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	/* color: rgb(220, 177, 13); */
	text-align: left;
	margin: 5px;
	}

h6 {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
	margin: 10px;
	}

p {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	margin: 5px;
	}

table{
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	}
	
a:link {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-weight: bold;
/*	color: #000099;*/
	color: rgb(122, 199, 250);
	text-decoration: none;
	}
	
a:visited {
/*	color: #000099;*/
	font-weight: bold;
	color: rgb(122, 199, 250);
	text-decoration: none;
	}

a:hover {
/*	color: #000099;*/
	color: rgb(0, 122, 224);
	font-weight: bold;
	text-decoration: none; 
	}

a:active {
	text-decoration: none;
	}

#conteudo {
	position:absolute;
	left:40px;
	top:130px;
	width:700px;
	height:269px;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: #868686;
	text-align: justify;
	margin: 5px;
	}

.conteudo_mais{
	position:absolute;
	left:40px;
	top:130px;
	width:730px;
	height:270px;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-weight: normal;
	color: #868686;
	text-align: justify;
	margin: 5px;
	background-color:#FFF;
	}

#rodape {
	position:absolute;
	left:0;
	top:420px;
	width:780px;
	height:90px;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: #868686;
	text-align: center;
	border-top: 1px solid rgb(122,199,250);
	border-bottom: 1px solid rgb(122,199,250);
	padding: 5px;
    bottom: 0; /**/ 
	}

#rodape h1, .rodape_1 h1, .rodape_2 h1, .rodape_3 h1, .rodape_4 h1, .rodape_5 h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: rgb(0, 122, 224);
	margin: 0;
	margin-top: 12px;
	}

#rodape h2, .rodape_1 h2, .rodape_2 h2, .rodape_3 h2, .rodape_4 h2, .rodape_5 h2 {
	font-size: 14px;
	text-align: center;
	color: rgb(122, 199, 250);
	margin: 0;
	}
