﻿/* Reset default browser css for every element */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, br, ul, ol, li, a,
table, tbody, tfoot, thead, tr, th, td, caption,
dl, dt, dd, blockquote, pre, abbr, address,
code, del, dfn, em, q, fieldset, label, legend, header, img
{   
    margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/* Tables still need 'cellspacing="0"' in the markup  */
table
{
	border-collapse:separate;
	border-spacing:0;    
}

caption, th, td
{
    text-align:left;
    font-size:.9em;
    font-weight:normal;
}

table, th, td
{
    vertical-align:middle;
}



/* Rules for setting up some default typography  */

/* Default font settings */
body
{   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    color: #666666;
    background-color:#ffffff;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
   font-weight:normal;
   color: #666666;
}

h1 {font-size:2.1em; line-height:100%; margin-bottom:.50em; }
h2 {font-size:1.8em; margin-bottom:.75em; }
h3 {font-size:1.5em; line-height:100%; margin-bottom:1em; }
h4 {font-size:1.2em; line-height:125%; margin-bottom:1.25em; }
h5 {font-size:.9em; font-weight:bold; margin-bottom:1.5em; }
h6 {font-size:.9em; font-weight:bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    margin:0;
}

/* Text elements */

p
{
    margin:0 0 1.5em 0;
    font-size:.9em;
    text-align:justify;
}



/* --------------------------------------------------------------------------- */