.teststyle {
	font-family: Arial, Helvetica, sans-serif;
}
.body {
	font-family: "Palatino Linotype";
	font-size: small;


}
.bottomline {
	font-family: "Palatino Linotype";
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.normalText {
	font-family: "Palatino Linotype";
	background-position: left center;
	font-size: small;

}
.h2Style {
	font-size: medium;
	font-weight: bold;
	font-family: "Palatino Linotype";

}
.superscript {
	background-position: top;
	vertical-align: text-top;
	clip:   rect(auto auto auto auto);
	font-size: 9px;
}
.subscript {

	background-position: bottom;
	vertical-align: text-bottom;
	clip:   rect(auto auto auto auto);
	font-size: 9px;
}
.valignCenter {
	vertical-align: middle;
}

