/* CSS Document */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	}

body {
	background: #007cc3;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

#geral {
	position: absolute;
	width: 720px;
	height: 432px;
	left: 50%;
	top: 50%;
	margin: -216px 0px 0px -360px;
	background: url(../images/fundob.gif);
	}

#open {
	position: absolute;
	width: 163px;
	height: 50px;
	top: 8px;
	left: 548px;
	}	

#content {
	position: absolute;
	width: 700px;
	height: 335px;
	top: 70px;
	left: 10px;
	overflow: auto;
	}

#author {
	position: absolute;
	width: 23px;
	height: 15px;
	top: 400px;
	left: 10px;
	}

h1, h2 {
	text-indent: -10000px;
	overflow: hidden;
	}	

h1 {
	height: 50px;
	background: url(../images/head_01.gif);
	}

h3 {
	color: #007cc3;
	font-weight: bold;
	margin-bottom: 20px;
	}

img {
	margin: 5px;
	float: left;
	}

p {
	height: 335px;
	margin-top: 5px;
	}

p.other {
	height: 15px;
	clear: both;
	text-align: center;
	}
	
span.comunic {
	font-weight: bold;
	}
	
span.ativa {
	font-style: italic;
	color: #007cc3;
	}
