/*
-----------------------------------------------------
Name:	  "Nyalasi: Master"
Author:   Eden Adogla
Version:  September, 2005

Citation: Borrowed hierarchical implementation from 
          Doug Bowman's StopDesign
----------------------------------------------------- */

/* Imported Styles
----------------------------------------------------- */
@import url("foundation.css");
@import url("forms.css");


/* Styles for IE5/Mac Only 
 * Served from IE5/Mac-specific stylesheet using Tantek 
 * Celik's IE5/Mac Band Pass Filter for Doug Bowman :
 * @ref = http://stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/



/* Tables
----------------------------------------------------- */
th, td {
  text-align:left;
  vertical-align:top;
}
.highlight th, .highlight td {
  background-color:#ffc;
}
.highlight th {
  color:#c00;
}


/* Styles for IE5/Win Only 
 * Served from IE/Win-specific stylesheet using
 * Tantek Celik's Mid Pass Filter:
 * @ref = http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */

