/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
strong {
    font-weight:bold;
    }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
    font-family: 'Open Sans', sans-serif;
	font-size:16px;
    color:#000000;
    line-height:2em;
    margin-bottom:20px;
    margin-top:10px;
    }
figure, figcaption {
    font-family:"Open Sans", sans-serif;
    font-size:12px;
    color:#6a696c;
    line-height:1em;
    margin-top:5px;
	font-style:italic;

    }	
em {
    font-style:italic;
    }
    
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    color:#000000;
    line-height:1.6em;
    letter-spacing:3px;
    text-transform:uppercase;
    padding-top:16px;
    }
    
    
h2 {
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    color:#000000;
    line-height:1.6em;
    padding-top:16px;
    letter-spacing:3px;
    text-transform:uppercase;
    }

    
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#000000;
    line-height:1.6em;
    letter-spacing:5px;
    text-transform:uppercase;
    padding-top:3px;
    }
    
.info_privacy{
	font-size:16px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing:2px;
    font-weight:bold;
	}	
    
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:1.6em;
    padding-top:16px;
    letter-spacing:3px;
    clear:both;
    color:#000000;
    text-transform:uppercase;
    }
        

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    color:#000000;
    line-height:1.6em;
    text-transform:uppercase;
    clear:both;
    padding-top:16px;
    letter-spacing:3px;
    }
    
h6 {
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    color:#000000;
    line-height:1.6em;
    text-transform:uppercase;
    clear:both;
    padding-top:16px;
    letter-spacing:3px;
    }
