﻿body {
 }

.textbox
{
	background-color: #FEFEFE;
	border-bottom: solid 1px #B1AC8C;
	border-left: solid 1px #B1AC8C;
	border-right: solid 1px #B1AC8C;
	border-top: solid 1px #B1AC8C;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	border-color: #D1D7E3;
}
  
.textboxColored
{
	background-color: #EFEFFF;
	border-bottom: solid 1px #7496CE;
	border-left: solid 1px #7496CE;
	border-right: solid 1px #7496CE;
	border-top: solid 1px #7496CE;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	border-color: #7496CE;
}
  
.label {
  font-family:Arial;
  font-size:10pt;
  color: #000000;
 }
 
.ProductName
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0033CC;
	font-style: italic;
}

.ProductDesc {
  font-family:Arial;
  font-size:11pt;
  font-weight:bold;
  color: #0033CC;
 }
 
 .ProductRetail {
  font-family:Arial;
  font-size:10pt;
  font-weight:normal;
  color: Black;
 }
 
 .ProductPrice {
  font-family:Arial;
  font-size:10pt;
  font-weight:bold;
  color: Red;
 }
 
  .Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0033CC;
	font-style: italic;
}

H1
{
	text-align: center;
	font-family:Arial; 
	font-size:16pt; 
	font-weight:bold; 
	color:Blue;
}

H2
{
	font-family: Arial; 
	font-size: 11pt; 
	font-weight:bold; 
	color:Blue;
	line-height:11pt;
	padding-bottom:0px;
	margin-bottom:0px;
}
