/* If you want to change the font size for the site you will need to change it in the following sections below for consistency:
 .bondbodyredtext
 p
 .bold
 .li    */


/* Red title text select this style  */
.bondbodyredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;	
	font-weight: bold;
}
/*paragraph text - anything set to paragraph no style */
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
}
/* standard bold */
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/* standard bullet points */
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	list-style-position: outside;
	list-style-type: disc;
}
