/* CSS Document */



*{
	margin: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A6E2FF;
	border-left-color: #A6E2FF;
}
.style3 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #7f7f7f;
}

h2, .style7{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	COLOR: #0A5FBA;
	FONT-WEIGHT: bold;
}

.space{
	height: 20px;
	margin: 0px;
}

a:link {
	color: #1069A1;
	text-decoration: none;
}
a:visited {
	color: #1069A1;
	text-decoration: none;
}

a:hover{
	color: #1069A1;
	text-decoration: underline;
}

a:active{
	color: #1069A1;
	text-decoration: none;
}

#border, #border td{
	border: 1px solid #D7F1FE;
}

.text{
	padding: 5px 10px 5px 10px;
}

#conteiner{
	width: 608px;
	position: absolute;
	
	top: 5px;
	left: 50%;
	margin-left: -302px;
}

#topo{
	width: 605px;
	height: 113px;
	text-align: center;
}

#conteudo{
	width: 605px;
	background: url(componentes/lineCont.jpg) repeat-y center;
	padding:0;
}

#rodape{
	width: 605px;
	height: 29px;
	background: url(componentes/rodape.jpg) repeat-y center bottom;
	margin-bottom: 10px;
}

ul{
	margin: 3px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	list-style: outside;
	list-style-image: url(componentes/marcadorItens.gif);
}

ul li{
	margin: 1px 0px 0px 0px;
}
.style8 {
	color:#0a5fba;
	font-size: 14px;
	text-transform:uppercase;
}


