﻿

/*Bordered table***********/

table.GreyBorderBg
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;    
    background-color: #f4f4f4;
}

.ProdFamilyHeader
{
     color: #AE343F; font-weight: bold; text-decoration: none; border-bottom: 1px dashed #AE343F; background-color: White;
}

.WhiteBg
{
    margin: 0;
    padding: 4px;
    border-width: 1px;
    background-color: #ffffff;
}

.FontSizeTwo {font-size: 14px;}
.FontSizeThree {font-size: 16px;}
.FontSizeFour {font-size: 18px;}

/*****************************/



