/* ========================================================================= */
/*                 CAPUCHON - CASCADING STYLE SHEET                          */
/* ========================================================================= */

/* ------------------------------------------------------------------------- */
/* Definições de página                                                      */
/* ------------------------------------------------------------------------- */

body {			font-family: Verdana, Arial, sans-serif;
				font-size: 10pt;
				text-align: left;
				line-height: 120%;
				margin-top: 10px;
				backgrounf-image: URL(http://www.capuchon.com.br/images/Fundo.gif); }

a:active {		color: #CC9900;
				text-decoration: none; }

a:visited {		color: #996600;
				text-decoration: none; }

a:hover {		color: #FFCC00;
				text-decoration: underline; }

/* ------------------------------------------------------------------------- */
/* Estilos para fonte e parágrafo                                            */
/* ------------------------------------------------------------------------- */

h1 {			font-size: 16pt;
				font-weight: bold;
				color: #9F7800; }

h2 {			font-size: 12pt;
				font-weight: bold;
				color: #CC9900; }
  
h3 {			font-size: 10pt;
				font-weight: bold;
				color: #CC9900; }

p {				font-family: Verdana, Arial, sans-serif;
				font-size: 10pt;
				text-align: left;
				line-height: 120%; }

li {			font-family: Verdana, Arial, sans-serif;
				font-size: 10pt;
				text-align: left;
				line-height: 110%; }

.title1 {		text-align: center;
				font-family: Verdana;
				color: #CC9900;
				font-size: 18 pt; 
				font-weight: bold;
				margin: 10px 0;
				line-height: 120% }

.slogan {		font-size: 10pt;
				font-weight: bold;
				line-height: 150%;
				text-align: center; }

.ad {			font-family: "Time New Roman", Times, serif;
				font-size: 18pt;
				font-style: italic;
				font-weight: bold;
				line-height: 150%;
				text-align: center;
				color: red; }

.legend	{		font-size: 8pt;
				font-weight: bold;
				line-height: 100%;
				color: Gray; }

.gold {			font-size: 10pt;
				font-weight: bold;
				color: #CC9900; }

.event {		font-size: 14pt;
				font-weight: bold;
				color: #FF0000;
				text-align: center;
				page-break-before: always; }

.foot {			font-size: 8pt;
				line-height: 110%;
				color: Gray;
				text-align: center;}

.boxtitle {		font-size: 14pt;
				font-weight: bold;
				color: white;
				text-align: center;}

.intmargin {	padding: 10pt; }

.highlight {	color: red; }

.thumbnail {	font-size: 8pt;
				color: black;
				text-align: center; }

/* ------------------------------------------------------------------------- */
/* Estilos para tabelas                                                      */
/* ------------------------------------------------------------------------- */

.gal {			text-align: center;
				font-size: 8pt;
				background-color: #FFF8E1;
				padding: 10 px; }