/*

-----------------------------------------------

iTech Supplies style sheet controls

Author:   Nick Tatt

Version:  25 July 2005

----------------------------------------------- */



/* Imported styles

----------------------------------------------- */

@import url("layout.css");





/* IE5/Mac only styles

   Uses the IE5/Mac Band Pass Filter:

----------------------------------------------- */

/*\*//*/

  @import "ie5mac.css";

/**/







/* IE5/Win Only Styles

   Uses the Mid Pass Filter:

   http://tantek.com/CSS/Examples/midpass.html

----------------------------------------------- */

@media tty {

 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}

}/* */





td, th {

	padding: 0 5px;

	border-bottom: 1px solid #3A94A7;

}

th {

	padding: 0 5px;

	border-bottom: 2px solid #3A94A7;;

}

table {

	margin: 0 0 20px 0;

	width: 50%;

	font-size: 100%;

}