p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.italic {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}
.strong {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.StrongItalic {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
}
h3 {
	font-family: Arial, sans-serif;
	color: #333333;
}
li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.red {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.TopRule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99FF66;
}.image {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
