/* CSS Document */

BODY { 
       background: #FFFFFF;
     }
#geral {
	position:absolute;
	left:5%;
	width:700px;
}
#topo {
	height: 70px;
	width: 700px;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #0033CC;
	
}
div#header {
	text-align: right;
	font-size: 80%;
	margin-bottom: 20px;
	margin-top: 0;
}

#esquerda, #direita {
	width:150px;
	font-family: verdana, arial;
	font-size: 9px;
}

#conteudo {
	width:690px;
}
#esquerda {
	float:left;
 
 /*	border: thin solid #666666; */
}

#direita {
	float:right;
}
#conteudo {
	margin-left:10px;
}

TD {
	font-family: verdana, arial;
	font-size: 9px;
   }
table.dashed {
	border: thin dashed #999999;
}
table.solid {
	border: thin solid #006699;
}

blockquote {
	border-left: 1px solid #333333;
	padding-left: 10px;
}
p,blockquote,li      { 
                text-align: left;
			    font-family: verdana, arial; 
				font-size: 9pt;
				color: #006699; }
p.dateline {
	text-align: right;
	font-size: 80%;
	margin-top: 50px;
	margin-bottom: 0;
	color: #858B94;
	border-top: 1px solid;
}

A           {  text-decoration: none;
                font-family: "verdana";
             	font-weight: normal;
				font-size: 9pt;
				color: blue; }
A:link     {  text-decoration: none; 
                font-family: "Verdana";
				font-weight: normal;
				color: blue; }
A:visited  {  text-decoration:        none; 
                font-family: "Verdana";
				color: blue; }
h2,h3,h4,h5 {
	color: #527BBD;
	font-weight: 600;
	font-size: 200%;
}

h2 {
	border-bottom: 1px solid #000000;
	margin: 0 -20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 75px;
	line-height: 100%;
}

h3 {
	font-size: 120%;
	line-height: 90%;
	border-bottom: 1px solid #527BBD;
	margin-top: 50px;
}

h4 {
	font-size: 90%;
	color: red;
	line-height: 60%;
/*	border-bottom: 1px dashed #527BBD; */
	margin-top: 30px;
}

div.floater {
	width: inherit;
	margin: 0;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #B0BDEC;
	background-color: #D5DFF5;
	font-size: 130%;
	clear: right;
	float: right;

}

div.floater p {
	margin: 5px 0;
}

div.floater p.smaller {
	border: none;
	padding: 0;
}

div.floater b {
	font-weight: 300;
}
div.floater ul {
	margin-left: 8px ;
}

p.intro {
	color: #666666;
}

p.intro * {
	color: inherit;
}

p.intro:first-letter {
	font-size: 200%;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

p.intro + * {
	clear: left;
}
