
BODY, P, TD {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}


/*   classes  */

.french {
	color: #000099;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.translation {
	color: gray;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.french_embedded {
	color: #000099;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.small {
	font-size: 7.5pt;
}

.contents_section {
	color: #336699;
	font-size: 8pt;
	font-weight: bold;
}
.promo_title {
	color: #003366;
	font-size: 13pt;
	font-weight: bold;
}

.main_title {
	color: #000033;
	font-size: 13pt;
	font-weight: bold;
}

.main2_title {
	color: #000033;
	font-size: 10pt;
	font-weight: bold;
}
.sub_title {
	color: #003366;
	font-size: 9pt;
	font-weight: bold;
}

.sub2_title {
	color: #6699FF;
	font-size: 9pt;
	font-weight: bold;
	}
.sub3_title {
	color: #6699FF;
	font-size: 13pt;
	font-weight: bold;
	}
	
.sub4_title {
	color: #6699FF;
	font-size: 8pt;
	font-weight: normal;
	}
	
.rnav_section {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.contents_title {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 4px;
}


/*  contextual classes   */
a.home_link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a.home_link:hover {
	text-decoration: underline;
	color: #CC0000 ;
}

a.whitelink {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

