/* CSS Document */


.ProductName{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	background-color: #E7E7E7;	
}

.ProductCode{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	background-color: #E7E7E7;		
}

.Pager{
	font-family: Arial; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #C3C3C3;
	height: 35px;
}

.buttons{
	border:2 solid #96711d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#96711d;
	font-weight:bold;
	}