@charset "utf-8";
/*
---------------------------------------------------------------------------------
CSS PRINT: AD&M Consultoria - V1.0 - 06/05/2008
---------------------------------------------------------------------------------
DESENVOLVIDO POR:
RAFAEL TORALES    - http://rafaeltorales.com
---------------------------------------------------------------------------------*/


/* Body
----------------------------------------------------------------- */

body {font-family: Tahoma; line-height: 1.5; font-size: 12px; color: #071921;}

/* Títulos
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {clear:both; cursor:default; font-weight:normal; color: #122639;}

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; line-height:2; }
h4 { font-size: 13px; line-height:1.25; font-weight:bold; }
h5 { font-size: 13px; font-weight:bold; }
h6 { font-size: 13px; }

/* Elementos de Texto
-------------------------------------------------------------- */

ul, ol      { margin: 0 0 1.5em 1.5em; }
ul li		{ list-style-type:square; }
ol          { list-style-type: decimal; }
ol li		{ margin-left: 5px; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }
blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }
hr 			{ display: none; }

p           { margin: 0 0 1.5em 0; text-align:justify; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }

a           { text-decoration: none; outline: none; color: #0071ab;}
a:hover     { text-decoration: underline;}


/* Tabelas
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; border-top:1px solid #e0d7c0; border-left:1px solid #e0d7c0; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:1px solid #e0d7c0; border-right:1px solid #e0d7c0; }
th      { font-weight:bold; }


/* Formulários
-------------------------------------------------------------- */

label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; }



