body {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 76%; 
	margin: 0px; 
	padding: 0px;
	color: #666;
	}
a { text-decoration: none; border-bottom: 0px dotted #00c; color: #0000cc; }
a:hover { border-bottom: 1px solid #00c; }	
h1, h2 
{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: -6px;
	border-bottom:dotted 1px #5da000;
}
.logo h1, .logo h2
{
	border:none !important;
}
h3
{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: -6px;
}

h1 a, h2 a, h3 a
{
	text-decoration:none;
	border:none;
	color:#333333 !important;
}	
h1 a b
{
	color:#333333 !important;
}	
	
p b
{
	color:#666666;
	font-weight:600;
}
p strong b
{
	color:inherit;
	font-weight:inherit;
}
a b
{
	color:#0000cc !important;
}
p
{
	text-align:justify;
	line-height:20px;
}
ul LI
{
	margin-bottom:10px;
	line-height:18px;
	list-style-type:square;
	text-align:justify;
}
ol LI
{
	margin-bottom:10px;
	line-height:18px;
	text-align:justify;
}
IMG[align="left"]
{
	margin-right:10px;
}
IMG[align="right"]
{
	margin-left:10px;
}
.productNew
{
	background-image:url('default/images/products/product-top-bar.gif');
	background-repeat:no-repeat;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	font-size:12px;
	margin-bottom:6px;
}
.productBox
{
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	width:136px;
	height:166px;
}
.productWrapper
{
	text-align:center;
}
.productBox P
{
	text-align:center;
}
.productSilver
{
	background-image:url('default/images/products/product-silver.jpg');
	background-repeat:no-repeat;
}
.productSilverPlus
{
	background-image:url('default/images/products/product-silverplus.jpg');
	background-repeat:no-repeat;
}
.productGold
{
	background-image:url('default/images/products/product-gold.jpg');
	background-repeat:no-repeat;
}
.productPlatinum
{
	background-image:url('default/images/products/product-platinum.jpg');
	background-repeat:no-repeat;
}

A.Button
{
	background:url(default/images/menubar.gif);
	background-repeat:repeat-x;
	background-color:#277400;
	border:solid 1px #277400;
	color:#ffffff;
	padding:5px 20px 5px 20px;
	display:inline-block;
}
A.Button:Hover
{
	background-color:#5da000;
	border:solid 1px #277400;
	color:#ffffff;
	padding:5px 20px 5px 20px;
	display:inline-block;
}