.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;

}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 15px;

}
.bodylarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 15px;

}
.strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 15px;

}.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 30px;

}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.bulletLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 30px;

}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 15px;

}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}