 UL { 
        background: #CCCCCE; 
        margin: 1px 1px 1px 1px;
        padding:1px 1px 1px 1px;
                                     /* No borders set */
      }
      LI { 
        color: #214D8C;                /* text color is white */ 
        background: #ffffff;            /* Content, padding will be blue */
        margin: 2px 2px 2px 2px;
        padding: 4px 0px 4px 4px; /* Note 0px padding right */
        list-style: none             /* no glyphs before a list item */
                                     /* No borders set */
      }
      LI.withborder {
        border-style: dashed;
		border-width:thin;		        
        border-color: #338928;
      }
	  
h4
{
   color:#999999;
   padding: 0px 0 0px 0px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;

   text-align:center;
   
}
