td					{ font-family		   : arial;
					  font-size            : 10px;
					  color                : #000000;
					}

td.white			{ font-family		   : arial;
					  font-size            : 10px;
					  color                : #ffffff;
					}
					
td.greybold			{ font-family		   : arial;
					  font-size            : 10px;
					  color                : #cc0000;
					  font-weight		   : bold;
					}
td.greyitalics		{ font-family		   : arial;
					  font-size            : 10px;
					  color                : #999999;
					  font-style		   : italic;
					}					
					
td.blue				{ font-family		   : arial;
					  font-size            : 11px;
					  color                : #000066;
					  font-weight		   : bold;
					}
					/* "font.bluehead" IS FOR SOME SPECIFIC TABLE CELLS THAT CANT USE td.blue */
					
font.bluecell		{ font-family		  : arial;
					  font-size           : 11px;
					  color               : #000066;
					  font-weight		  : bold;
					}										

font.greyitalics	{ font-family		   : arial;
					  font-size            : 11px;
					  color                : #999999;
					  font-style		   : italic;
					}									

font.blue			{ font-family		  : arial;
					  font-size           : 12px;
					  color               : #000066;
					  font-weight		  : bold;
					}						

font.greybold		{ font-family		  : arial;
					  font-size           : 12px;
					  font-weight		  : bold;
					  color               : #cc0000;
					}																			

				/* "b.bluehead" IS FOR BLUE HEADERS */
				
b.bluehead			{ font-family		 : arial,helvetica,sans-serif;
					  font-size          : 14px;
					  font-weight        : bold;
					  color              : #23428C;
					}
					
				/* "b.redhead" IS FOR RED HEADERS */
					
b.redhead			{ font-family		 : arial,helvetica,sans-serif;
					  font-size          : 14px;
					  font-weight        : bold;
					  color              : #cc0000;
					}

				/* "b.begin" IS FOR THE FIRST WORD OF THE FIRST PARAGRAPH */
				
b.begin				{ font-family		 : arial,helvetica,sans-serif;
					  font-size          : 20px;
					  font-weight        : bold;
					  color              : #333333;
					}

				/* "b.glossary" IS FOR THE GLOSSARY ITEMS AND HEADS */
				
b.glossary			{ font-family		 : arial,helvetica,sans-serif;
					  font-size          : 16px;
					  font-weight        : bold;
					  color              : #23428C;
					}

				/* "b.state" IS FOR THE LISTS OF STATES OR COUNTRIES */
				
b.state				{ font-family		 : arial,helvetica,sans-serif;
					  font-size          : 12px;
					  font-weight        : 500;
					  line-height		 : 16px;
					  color              : #cc0000;
					}
				
				/* "td" IS FOR ALL TEXT FOUND WITHIN ANY <td> */
				
font.text			{ font-family		  : arial,helvetica,sans-serif;
					  font-size           : 12px;
					  color               : #333333;
					}
			
