/* -------------------------------------------------------------- 
   FERMAR CASA 22/1/2010
   reset.css
   * Resets default browser CSS.  
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { /*text-align: left;*/ font-weight: normal; }
table, td, th { vertical-align: /*middle*/ top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

blockquote p{
padding:11px 0px;
}

blockquote{
	margin:0 0 22px 5px;
	padding:0 15px;
}

/* Togli border ai link images. */
a img { border: none; }

h1 {
	color:#687890;
	font-size:19px;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	line-height:27px;
	margin-bottom: 5px;
	}
    
h2 {
	font-weight:bold;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
	color:#5d5d5d;
    margin:12px 0 4px 0;
    }
    
h3 {
	color:#687890;
	font-weight:bold;
	font-size:11px;
	padding:5px 0 5px;
    
	}
    
p {	margin-bottom:6px; }
    
ul, li { list-style: square;  }
    
li { padding-bottom:5px; }

a,
a:link {
	color:#687890;
    text-decoration:none;
	}
    
a:hover {
	text-decoration:underline;
    }
    
p a,
p a:link {
	text-decoration:underline;
    }
    
p a:hover {
	text-decoration:none;
    }
	

