.ProductTopLine
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.ProductSecondLine
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}
.ProductBodyBlack
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* **This section is for adding a splash of color to the Copy** */
.BoldBlue
{
	font-weight:bold;
	color: #004990;
}
.BoldRed
{
	color: #cc0017;
	font-weight: bold;
}
.BoldDkGray
{
	color:#666666;
	font-weight:bold;
}
.BodyBlue
{
	color: #004990;
}
.BodyRed
{
	color: #cc0017;
}
.BodyDkGray
{
	color:#666666;
}

/* **These are for the "Category Description" area of the individual Categories** */
.MainTopLine
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.MainSecondLine
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.MainBodyBlack
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.MainBodyDkGray
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 696969;
}
.Notes
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.AltNotes
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.FeaturesNotes
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* **LinkStyles** */
a.products
{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
a.products:link
{
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}
a.products:hover
{
	color: #004990;
	font-weight: bold;
	text-decoration:underline;
}
a.products:visited
{
	color: #004990;
	text-decoration:none;

}

.LkTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #cc0017;
	text-decoration: none;
}
.LkSTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.LinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #cc0017;
	text-decoration: none;
}
.LinkSideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* **Table Styles** */
td.Grid
{
	BORDER-RIGHT: #e0dfe3;
	BORDER-TOP: #e0dfe3;
	BORDER-LEFT: #e0dfe3;
	WIDTH: 161pt;
	BORDER-BOTTOM: #e0dfe3;
	HEIGHT: 12.75pt;
	BACKGROUND-COLOR: transparent;
	width: 215;
	height: 17;
	text-align:center;
}

/* **DIV Styles** */
div.MainDiv
{
	width:600px;
	vertical-align:top;
	text-align:left;
}
div.Divider
{
	style="border-bottom:thin;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	width:550px;
	text-align:left;
}
div.Bullets
{
	width:500px;
	text-align:left;
}
div.Column1
{
	width:40%;
	/*display: inline-block;*/
	text-align:left;
	float:left;
}
div.Column2
{
	width:40%;
	/*display:inline-block;*/
	text-align:left;
	margin-left:50%;
}