* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	}

body {
	background: #fff;
	color:#222;	
	font:normal 11pt/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
a {
	color:#000;
	text-decoration: none;
	}
	
#content a[href^="http"]:after {
	content: ' \2192 \00A0 ' attr(href) '';  
	font-style: italic;
	}	
	
.hidden {
	display: none;
	}	

img {
	display: block;
	}

strong, b {
	font-weight: bold;
	}

#global {
	width:90%;
	margin:0 auto;
	}
	
/* ------- HEAD -------	 */
	
#head {
	position: relative;
	}
	
#head img {
	display: none;
	}
	
#head img.hidden {
	display: block;
	margin-bottom:20px;
	}
	
#head ul, h1 {
	display:none;
	}

h2 {
	color:#333;
	font-size:20pt;
	padding-bottom:20px;
	}
	
h3 {
	color:#333;
	font-size:16pt;
	padding-bottom:20px;
	}
	
p {
	padding-bottom:20px;
	}
	
#content ul, #content ol {
	padding-bottom:20px;
	}
	
#content li {
	margin-left:17px;
	}
	
#footer {
	width:90%; 
	margin:0 auto;
	padding-top:20px;
	border-top:1px solid #999;
	}
	
#footer p {
	font-size:9pt;
	}
	
#footer ul {
 	display: none;
	}