BODY, P, TD {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #117711;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}


/*   classes  */

.small {
	font-size: 7.5pt;
}

.contents_section {
	color: #333300;
	font-size: 8pt;
	font-weight: bold;
}

.promo_title {
	color: #116611;
	font-size: 11pt;
	font-weight: bold;
}

.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: #116611;
	font-weight: bold;
	text-decoration: none;
}

a.home_link:hover {
	text-decoration: underline;
	color: #CC0000 ;
}