/* Presentation Stylesheet */ 

h3, p {
	margin:0;
	padding:3px;
	color: #2B0E98;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: bold;

}
.textList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;



}
.textBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
.textBold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
