p        { 
           font-color:  #000000; 
           font-family: Verdana, Arial, Helvetica, sans-serif; 
           font-size:   12pt; 
           text-align:  center;
         }
         
p.left
         { 
           font-color:  #000000; 
           font-family: Verdana, Arial, Helvetica, sans-serif; 
           font-size:   12pt; 
		   text-align:  left;
         }
         
p.10
         { 
           font-size:   10pt;
         }
		 
td.blue { 
            background: #0E1D83;
            font-color:  white; 
            font-weight: bold; 
            text-align:  center;
         }

td.lightblue { 
            background: #BFF2F9;
            font-color:  black; 
            font-weight: bold; 
            text-align:  center;
         }
		 
td.yellow { 
            background: #FAF519;
            font-color:  black; 
            font-weight: bold; 
            text-align:  center;
         }
td.red { 
            background: #FF0000;
            font-color:  black; 
            font-weight: bold; 
            text-align:  center;
         }		 		 		 