.NameofProduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000099;
	font-weight: bolder;
}

.bold {
	font-weight: bold;
	font-family: geneva,arial;
	font-size: 10pt;
	color: #000000;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.small { font-size: 8pt; font-family: geneva,arial }
.SeperationBoxes {
	background-color: #CFCAFF;
	padding: 5 px;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
