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

.text-header {
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-size : 16pt;
	font-weight : bold;
	 
}
.text-header-center {
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-size : 16pt;
	font-weight : bold;
	text-align : center;
}
.text-body{
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-size : 12pt;
	font-weight : normal;
	 
}
.text-prodprice{
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-size : 12pt;
	font-weight : normal;
	 
}
.text-proddesc{
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-size : 12pt;
	font-weight : normal;
	 
}
.text-prodname{
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-size : 12pt;
	font-weight : bold;
	 
}
