/***** content_accentis, content_ae *****/
div.RHS_custom2 { /* bottom specific values*/
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
}

p.info { 
	font-size: 75%; /* set the font size for p, scaled from the body declaration */
	font-weight:normal; /* Normal font weight */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
}

p.info_small { 
	font-size: 55%; /* set the font size for p, scaled from the body declaration */
	font-weight:normal; /* Normal font weight */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
}

p.section { 
	font-size: 75%; /* set the font size for p, scaled from the body declaration */
	font-weight:bold; /* Make the text bold for emphasis */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
	color:#000033; /* Set the text colour to a slightly blueish black */
	text-decoration:underline; /* Underline the text for effect */
}


li.dotpoints {
	font-weight:normal; /* Make the text in the list elements bold for effect */
	font-size:75%; /* Set the font size */
}