@charset "utf-8";
/* CSS Document */

h3 {
	font-size: 22px;
	font-style: italic;
	color: #006666;
}
h2 {
	font-size: 22px;
	font-style: italic;
	color: #006666;
}
h1 {
	font-size: 24px;
	font-style: italic;
	color: #006666;
	text-align: center;
	margin-bottom: 12px;
}
.product-table td {
	text-align: center;
	font-size: 13px;
	vertical-align: top;
}
.product-table p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.product-table h4 {
	font-size: 18px;
	font-style: italic;
	color: #006666;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.subhead {
	font-size: 13px;
}
td.whatsnew {
	padding-left: 20px;
}
#articles {
	text-align: left;
}
#articles h4 {
	font-size: 16px;
	color: #3C4E4F;
}
#articles h3 {
	font-size: 18px;
	font-style: italic;
	color: #006666;
}

.article_img {
	float: right;
	margin-bottom: 12px;
	margin-left: 16px;
	text-align:center;
}
.article {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5D1D1;
	clear: both;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
