/* style-main.css                                                  */
/* Michelangelo.COM, Inc. Standard Stylesheet                      */
/* Copyright 1999 Michelangelo.COM, Inc.                           */

BODY   { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
         
P      { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }

.big	{ font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 14pt; 
         color: #000000; }
         
.bold  { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000;
		  font-weight: bold;}
		  
.small { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 8pt; 
         color: #000000; }  


UL     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
LI     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
OL     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
TD     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
TH     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 12pt; 
         color: #000000; }
TH.ten_pt
       { font-size: 10pt;}
TH.fourteen_pt
       { font-size: 14pt;}
DT     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
DD     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
BLOCKQUOTE     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }
DL     { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
         font-size: 10pt; 
         color: #000000; }


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

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

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: Trebuchet MS, Verdana, Helvetica, Sans-Serif;  
  color: #000000;}

/* Heading Style for Catalog Page Headers */
H1 { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
font-size: 24pt;
font-weight: bold;
color: #CC0000; }

/* Heading Style for Catalog Page Headers */
H3 { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
font-size: 16pt;
font-weight: bold;
color: #6699CC; } /* Tried lightsteelblue but it was too light for type.  */

/* Heading Style for Catalog Headers in Black */
H5 { font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: bold;
color: #FFCC33; }

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