/*Style sheet setting for Gast Manufacturing web site */
/*last edited 7/10/00 by Alice Kim (katlyn@usa.net )*/

/* set body formatting */
BODY { background: white; 
       font-size : 10pt;
       font-style : normal;
       color : black;
       text-align: left;
       font-family : Arial, Helvetica, sans-serif; 
      }

/* set font family, size, and display characteristics */
H1, H2, H3, H4, H5, H6, BLOCKQUOTE, PRE, HR
 { font-weight: bold;
   display: block;
   font-family : Arial, Helvetica, sans-serif;
  }

/* set font family, size, and display characteristics */
P, UL, OL, DT, DD, DIR, MENU, 
 { font-size : 10pt;
   font-style : normal;
   font-family : Arial, Helvetica, sans-serif;
  }

/* set paragraph indent */
P { text-indent: 2em
  }

/* set display settings */
B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN
 { display: inline 
 }

/*set spacing for headers */
H1, H2, H3, H4 { margin-top: 1em;
                 margin-bottom: 1em 
                } 
H5, H6 { margin-top: 1em 
	}
H1 { text-align: center 
    }

H3, H5 { font-style: italic 
	}
H1 { font-size: xx-large 
    }
H2 { font-size: x-large 
    }
H3 { font-size: large 
    }

/* set font family, style, size, and weight */
B, STRONG { font-size : 10pt;
	    font-weight: 700; 
	    font-family : Arial, Helvetica, sans-serif; 
	       } 
CITE, EM, VAR, BLOCKQUOTE { font-size : 12pt;
           	      			font-style: italic;
	        				font-family : Arial, Helvetica, sans-serif;
                           }  

/*Settings for ADDRESS tag */
ADDRESS {font-size : 10pt;
         font-style: italic;
	     font-family : Arial, Helvetica, sans-serif
         }
						  
I { font-size:10pt;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
   }

/* set BR characteristics */
BR {font-family : Arial, Helvetica, sans-serif
    }

/* set TABLE characteristics */
TABLE { font-size : 10pt;
        font-style : normal;
        font-family : Arial, Helvetica, sans-serif; 
       }

/* set TD characteristics */
TD { font-size : 10pt;
        font-style : normal;
        color : black;
        font-family : Arial, Helvetica, sans-serif; 
    }
PRE, TT, CODE, KBD, SAMP { font-family: monospace 
                          }

/* set spacing for pre text */
PRE { white-space: pre 
     }

BLOCKQUOTE { margin-left: 3em; margin-right: 3em 
            }

/* set horizontal line */
HR { border-top: solid 
    }/* 'border-bottom' could also have been used */

/* set link colors */
A:link { color: #003399;
        }/* unvisited link changed back to underline 7/10/00*/
A:visited { color: black;
	        text-decoration: underline
	       }/* visited links underline*/
A:active { color: red;
	       text-decoration: none;
	      }/* active links no underline*/
A:hover { color: blue;
	       text-decoration: none;
	      }/* active links no underline*/

.center { text-align: center 
         } /* centering */
.medium { font-size: 10pt;
	      font-family: Arial, Helvetica, sans-serif; 
	     } /* type setting for medium sized items */
.small { font-size: 8pt;
	     font-family: Times New Roman;
        } /* type setting for bottom menu items */
.topic { font-size : 10pt;
	     color: blue; 
         font-family: Arial, Helvetica, san-serif;
	    } /* blue type */
.policy { color: blue; 
          font-family: Arial, Helvetica, san-serif;
	     } /* blue type */
span.blue_type {color: #10216B;
          font-family: Arial, Helvetica, san-serif;
	     } /* dark blue type for Smart Air page*/
		 
TABLE.grey TD {background-color: #E7E5E5;} /* grey background */
