/* Note: Class names are shared across Theme CSS and Style CSS */

.text-header {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 16pt;
	font-weight : bold;
	 
}
.text-header-center {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 16pt;
	font-weight : bold;
	text-align : center;
}
.text-body{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12pt;
	font-weight : normal;
	text-align: left;
}
.text-prodprice{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12pt;
	font-weight : normal;
	 
}
.text-proddesc{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12pt;
	font-weight : normal;
	 
}
.text-prodname{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12pt;
	font-weight : bold;
	 
}