h2{
font-weight:bold;
font: 12px "Times New Roman", serif;
padding-top:5px;
}

h3{
    font: 12px "Times New Roman", serif;
}

h4{
    font: 12px "Times New Roman", serif;
	font-style: italic;
}

h4 em{
    font-style: normal;
}

.SuperTitle{
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.SuperSubTitle{
    font-size: 27px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3px;
}

.BrandName{
    font-weight: bold;
    font-size: 32px;
}

.ProjectTitle{
	font-weight: bold;
	padding-top:5px;
}

.EnglishDesc{
font: normal normal normal"Times New Roman", serif;
padding-bottom:5px;
line-height:12px;
font-weight: normal;

}

.regulartext{
   font-weight: normal; 
}

.FrenchDesc{
	font: "Times New Roman", serif;
	font-style: italic;
    padding-bottom:5px;
	line-height:12px;
	font-weight: normal;
}

.FrenchDesc em, .FrenchDesc i{
    font-style: normal;
}    


.grey{
    color:#b3b3b3;
}

