/* ------------------------------------------------------------------------------------------
  Startech Master Style Sheet
  
  Import all the other style sheets to make a whole. 
  
  The goal was to make all site changes possible through only modifying the CSS - minus code and bevavior of course.
  There is a lot of redundancy because this text using that style and that text uses this style, etc... Many of the elements have
  fonts, sizes, colors all in common. However, all aspects of the site can be controlled through CSS. Change a few elements
  and the site is totally tweaked.
  
  The element naming conventions needs a lot of work, but can be changed later.
  
  All elements have been broken down into these CSS files.
  
  All code and related files Copyright (C) 2005. Startech Telecommunications. All Rights Reserved.
  The Startech website was coded and designed by Tony Bhimani (tony@startechtel.com)
  
  Last Revised: October 2005
--------------------------------------------------------------------------------------------- */
@import url("common.css?20110317");
@import url("forms.css?20110317");
@import url("layout.css?20110317");
@import url("links.css?20110317");
@import url("text.css?20110317");

