/* CSS Document  */
body{color:#FFC;font-size:76%;background-color:#FFf; margin:10px; background-image:url(../imagens/fundo.jpg);}
a:link,a:visited{text-decoration:none;color:#AA0066; text-decoration:none;}
a:active,a:hover{text-decoration:underline;color:#000066; text-decoration:none;}
h1{
	font-size:1.6em;
	font-weight:400;
	background-color:#09F;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	color:#006;
	text-align:center;
	border-bottom:1px solid #09F;
	padding:3px;
}
h2{font-size:1.5em;font-weight:400;text-align:center;}
h3{font-size:1.4em;font-weight:400;}
h4{font-size:1.2em;font-weight:700;}
h5{font-size:1em;font-weight:700;}
h6{font-size:0.8em;font-weight:700;}

img{border:0;}
ol,ul,li{font-size:1em;line-height:1.8em;}
p{text-align:justify;}
li > p{margin-top:0.2em;}
strong,b{font-weight:700;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cursor{cursor:pointer;}
.aspas{font-family:Georgia, "Times New Roman", Times, serif;font-size:1em;padding:0 2px;}
.titulos{width:100%;height:20px;text-align:center;font-weight:bold;background-image:url(../imagens/titulos.jpg);padding-top:5px;color:#f30;margin:0; border-top:2px solid #f90; border-left:1px solid #f90; border-right:1px solid #f90; border-bottom:1px solid #ff9;color:#fff;-moz-border-radius-topleft:20px; -moz-border-radius-topright:20px;}
