/*CSS Individual File*/
/*Sample table and td used to create a list on a content page*/

table.ilist{
border: 1px  #ffffff solid;
padding: 0px;
spacing: 0px;
background-color:#ffffff;
}

td.indlist{
border-top: 0px #  ;
border-left: 0px #  ;
border-right: 0px #  ;
border-bottom: 0px #  ;
padding: 0px;
background-color: #efefef;
}

