A
{
	color : Black;
	font-family : Arial;
	font-weight : bold;
	text-decoration : underline;
}

B
{
	color : Black;
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;

}
.DefaultText
{
	color : #666666; /*#818181;*/
	font-family : Arial;
	font-size : 9pt;
	font-weight : normal;
	text-decoration : none;
}

.DefaultTextBoldBlack
{
	color : Black;
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

.DefaultTextSmall
{
	color : #818181;
	font-family : Arial;
	font-size : 7pt;
	font-weight : normal;
	text-decoration : none;
}
.MenuItem
{
	color : #cc3333; /*#F5772C;*/
	font-family : Arial;
	font-size : 10pt;
	font-weight :bold;
	text-decoration : none;
}
.ProductMenuItem
{
	color : #595758;
	font-family : Verdana;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	text-transform : uppercase;
}

.CutSheet
{
	color : #818181;
	font-family : Verdana;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
}

.CutSheetLink
{
	color : Black;
	font-family : Arial;
	font-weight : bold;
	text-decoration : underline;
}
.ProductCatalog
{
	color : #F4762C;
	font-family : Verdana;
	font-size : 9pt;
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
}



.ProductMainItem
{
	font-size : 13pt;
	text-transform: uppercase;
	color: #cc3333;
	font-family: Arial;
	font-weight : bold;
}

.ProductSubItem
{
	font-size : 10pt;
	font-family : Arial;
	color : #CC3333;
	text-transform: uppercase;
	font-weight : bold;
}

.ProductCategory
{
	font-size : 10pt;
	font-family : Arial;
	color : #CC3333;
	text-transform: uppercase;
}

.ProductAwards
{
	font-size : 9pt;
	font-family : Arial;
	color : black;
	text-transform: uppercase;
}

.ProductDescription, .ProductDesignTip, .ProductFeature
{
	font-size : 10pt;
	font-family : Arial;
	color : #666666;
	text-align : justify;
}

.ProductDescription2
{
	font-size : 10pt;
	font-family : Arial;
	color : Black;
}

.ProductTopic
{

	font-family : Arial;
	color : #CC3333;
	font-size : 9pt;
	font-weight : bold;
}

.ProductSpec
{
	color : #666666;
	font-family : Arial;
	text-transform: uppercase;
	font-size : 8pt;
}

.ProductSpecDesc
{
	color : #666666;
	font-family : Arial;
	font-size : 8pt;
}

.SalesDefaultText
{
	color : #28648F;
	font-family : Arial;
	font-size : 9pt;
}

.SalesDefaultTextBlack
{
	color : black;
	font-family : Arial;
	font-size : 9pt;
}
.SalesDefaultTextBlackBig
{
	color : black;
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
}

.SalesDefaultTextBlackSmall
{
	color : black;
	font-family : Arial;
  font-size : 8pt;
}

.SalesDefaultTextBlackSmallCap
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	font-weight : bold;
	font-variant: small-caps;
}

.ShippingTitleBlackBold, .CompleteTitleBlackBold
{
	color : black;
	font-family : Arial;
  font-size : 9pt;
  font-weight : bold;
}
.SalesFAQQuestion
{
	color : #BE3533;
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
}

.SalesFAQAnswer
{
	color : Black;
	font-family : Arial;
	font-size : 9pt;
}

.SalesTextbox
{
 border : solid 1px black;
}
.Red
{
color : Red;
}