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

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

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


/*   classes  */

.small {
	font-size: 7.5pt;
}

.contents_section {
	color: #aa6655;
	font-size: 8pt;
	font-weight: bold;
}
.promo_title {
	color: #660000;
	font-size: 11pt;
	font-weight: bold;
}

.main_title {
	color: #660000;
	font-size: 16pt;
	font-weight: bold;
}

.sub_title {
	color: #660000;
	font-size: 10pt;
	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: #660000;
	font-weight: bold;
	text-decoration: none;
}

a.whitelink {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.home_link:hover {
	text-decoration: underline;
	color: #CC0000 ;
}