/* Product Custom Style */
.ProductName
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: DarkBlue;
}

.ProductLink
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: DarkBlue;
    text-decoration: underline;
}

