body {
	font-family:Arial, sans-serif;
	font-size:12px;
    color:#666;
}
p{
	line-height:18px;
	margin-bottom:15px;
}
p.extra-space{
    margin-bottom:30px;
}
h1, h2, h3, h4, h5, h6{
    font-family:Georgia;	
    font-weight:bold;
    margin-bottom:15px;
}
h2{
	font-size:20px;
}
h3{
    font-size:18px;
}
h4{
   font-size:14px;
}

em, i{
	font-style:italic;
}
strong, b{
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#3399ff;
}
a:hover{
	text-decoration:underline;
}
ul{
}
li{
	list-style-type:none;
}
address{
    font-style:normal;
    line-height:16px;
	margin-bottom:10px;		
    white-space:nowrap;
}

/**********************************************/
/* Classes                                    */
/**********************************************/

.bleu{
    color:#3399ff;
}
.no-margin
{
    margin-bottom:0 !important;
}
