/* style-agenda.css                                                  */

BODY   { font-family: Arial Black, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
         
P      { font-family: Arial Black, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }

.big	{ font-family: Arial Black, Sans-Serif;
         font-size: 14pt; 
         color: #000000; }
         
.bold  { font-family: Arial Black, Sans-Serif;
         font-size: 10pt; 
         color: #000000;
		  font-weight: bold;}
		  
.small { font-family: Arial Black, Sans-Serif;
         font-size: 8pt; 
         color: #000000; }  


UL     { font-family: Arial Black, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
LI     { font-family: Arial Black, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
OL     { font-family: Arial Black, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
TD     { font-family: Arial Black, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
TH     { font-family: Arial Black, Sans-Serif;
         font-size: 12pt; 
         color: #000000; }


/* Link Styles   */
/* Add for bold links: font-weight: bold; */

A { color: #000099; text-decoration: underline; } 
A:visited { color: #000099; } 
A:active { color: #CC0000; }
A:hover { color: #CC0000; text-decoration: underline; } 

A.white 				{text-decoration: none;}
A.white:link 			{color: #ffffff; }
A.white:visited 		{color: #ffffff; }
A.white:active		{color: #ffff00; }
A.white:hover			{color: #ffff00; text-decoration: none;}

/* Heading Styles */
/* Add this font if desired: Arial Black */ 

H1, H2, H3, H4, H5, H6, {
  font-family: Arial Black, Sans-Serif;  
  color: #000000;}

/* Heading Style for Catalog Page Headers */
H1 { font-family: Arial Black, Sans-Serif;
font-size: 24pt;
font-weight: bold;
color: #000000; }

/* Heading Style for Catalog Page Headers */
H3 { font-family: Arial Black, Sans-Serif;
font-size: 16pt;
font-weight: bold;
color: #000000; }

/* Heading Style for Catalog Headers in Black */
H5 { font-family: Arial Black, Sans-Serif;
font-size: 10pt;
font-weight: bold;
color: #000000; }

/* Heading Style for Catalog Listings */
H6 { font-family: Arial Black, Sans-Serif;
font-size: 10pt;
font-weight: bold;
color: #000000; }

