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

				/* "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;
					}

				/* text that explains where in navigation user is */
				
.breadcrumb			{ font-family		 : arial,helvetica,sans-serif;
					  font-size          : 11px;
	                  color              : #212151;
					  font-weight		 : bold;
					}
					
					/* "font.bluehead" IS FOR SOME SPECIFIC TABLE CELLS THAT CANT USE td.blue */
font.text			{ font-family		 : verdana,arial,sans-serif;
					  font-size          : 12px;
					  color              : #333333;
					  line-height		 : 22px;
					}					
					
font.forward			{ font-family		 : verdana,arial,sans-serif;
					  font-size          : 9px;
					  color              : #333333;
					  line-height		 : 14px;
					}					
					
font.bluecell		{ font-family		  : verdana,arial,sans-serif;
					  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		  : verdana,arial,sans-serif;
					  font-size           : 12px;
					  color               : #000066;
					  font-weight		  : bold;
					}						

font.greybold		{ font-family		  : verdana,arial,sans-serif;
					  font-size           : 12px;
					  font-weight		  : bold;
					  color               : #cc0000;
					}
					
hr                  { color               : #dddddd;
					  width				  : 597px;
					  height			  : 1px;
					  text-align          : center;
                    }
				
				/* "td" IS FOR ALL TEXT FOUND WITHIN ANY <td> */

td					{ font-family		   : Arial, Helvetica, sans-serif;
					  font-size            : 11px;
					  color                : #333333; 
					}

td.white			{ font-family		   : verdana,arial,sans-serif;
					  font-size            : 11px;
					  color                : #ffffff;
					}
					
td.greybold			{ font-family		   : verdana,arial,sans-serif;
					  font-size            : 12px;
					  color                : #666666;
					  font-weight		   : bold;
					}
td.greyitalics		{ font-family		   : verdana,arial,sans-serif;
					  font-size            : 10px;
					  color                : #999999;
					  font-style		   : italic;
					}														
		
td.blue				{ font-family		   : verdana,arial,sans-serif;
					  font-size            : 12px;
					  color                : #000066;
					  font-weight		   : bold;
					}
					
td.blueNum			{ font-family		   : Arial, Helvetica, sans-serif;
					  font-size            : 11px;
					  color                : #000066; 
					  font-weight        : bold;
					}					
					
.leader				{ color              : black;
					  font-weight		 : bolder;
					}			

.pad				{ padding            : 10px 0px 10px 40px;
					}

.footnote 			{ font-family		 : verdana,arial,sans-serif;
	                 font-size           : 10px;
	                 color               : #000000;
                    }
					
.execs              {font-family         : verdana,arial,sans-serif;
	                 font-size           : 10px;
	                 line-height         : 11px;
	                 color               : #333333;
                    }
