@charset "utf-8";
/* CSS Document */
body
{
    /*background-image: url(bg.gif);*/
    margin-top: 8px;
    background-color: #99CCFF;
    background-repeat: repeat-x;
}
table{
	font-size: 13px;
	color: #333333;

}
.ProductName{
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 18px;
}
.ProductInfo{
	color: #333333;
	height: 18px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.ProductTitle{
	color: #FFFFFF;
	font-size: 15px;
	text-indent: 10px;
}
.FooterWords{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}
a.homeMenu{
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;

}
a:hover.homeMenu{
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;

}
a.ProductLink{
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	line-height: 20px;
}
a:hover.ProductLink{
	font-size: 13px;
	color: #990000;
	text-decoration: underline;
	line-height: 20px;
}

