/*CSS Individual File*/
/* SITE FONT SETUP - OPTIONS YOU CAN USE */
/* CAUTION do not interchange by accident the \\\'normal\\\' and \\\'none\\\' tags */
/*font-style:         normal | oblique */
/*font-variant:       normal | small-caps */
/*text-decoration:    none | underline | overline | line-through | blink */
/*text-transform:     none  capitalize | uppercase | lowercase | none */
/*text-align:         left | right | center | justify */
/*text-indent:        3em  <length> | <percentage> */
 /*font-weight:         normal | bold | bolder | lighter | 100 | 200 | 300 |
400 | 500 | 600 | 700 | 800 | 900 */

/*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;
}


