/***** content_accentis, content_ae *****/

div.RHS_custom1, div.RHS_custom3 { 
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
}

div.RHS_custom1 p{ 
	font-size: 75%; /* set the font size for p, scaled from the body declaration */
	font-weight:normal; /* Normal text weighting */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
	text-align:left; /* Left align the text */
}


div.RHS_custom2 { 
	margin-bottom: 0; /* Remove any bottom margin so the div below will butts up against this div */
	border-bottom: 0;
	background-color:#F0F0F0;
}

div.RHS_custom2 p{ /* Common p element styling */
	font-size: 85%; /* set the font size for p, scaled from the body declaration */
	font-weight:bold; /* Make thge text bold for emphasis */
	color:#000066;
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
	text-align:center; /* Left align the text */
}

div.RHS_custom3 { 
	padding-top: 8px; /* Remove any top margin so the div butts up against the previous div */
}

div.RHS_custom3 a { 
	font-size: 8pt; /* Remove any top margin so the div butts up against the previous div */
	margin-left: 32px;
	margin-top: 3px;
}

p.dot {
	font-size: 12px; /* set the font size for p, scaled from the body declaration */
	margin-left:10px;
	margin-top: 0px;
	margin-bottom:6px;
	font-weight:normal; /* Make the font weight normal */
	text-align:left; /* Left align the text */
	background:url(../Images/dot.jpg) center left no-repeat;
	padding-left: 20px;
}

p.plain {
	font-size: 85%; /* set the font size for p, scaled from the body declaration */
	font-weight:bold; /* Make thge 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 */
	text-align:center; /* Center the text */
}