/* style sheet for Tashi Murik Ltd. */

      /* class  definitions */

      /* hack to cause enclosing container to extend below enclosed float */
      .clearit {
	 clear: both;
      }
      /*--------------------------------------------*/
      .floatLeft {
         float: left;
      }
      /*--------------------------------------------*/
      .floatRight {
         float: right;
      }
      /*--------------------------------------------*/
      .floatRightwithMargin {
	 float: right;
	 margin-top: 3px;
	 margin-right: 3px;
	 margin-bottom: 10px;
	 margin-left: 10px;
      }
      /*--------------------------------------------*/
      .floatLeftwithMargin {
	 float: left;
	 margin-top: 3px;
	 margin-right: 10px;
	 margin-bottom: 10px;
	 margin-left: 10px;
      }
      /*--------------------------------------------*/
      .plain {
	 padding: 0px;
	 margin: 0px;
	 border: none;
	 text-align: center;
         list-style: none;
      }
      /*--------------------------------------------*/
      /* pseudo class for links                     */
      /*--------------------------------------------*/
      a:link {text-decoration: none; color: #339}     /* unvisited link */
      a:visited {text-decoration: none; color: #339}  /* visited link */
      a:hover {text-decoration: none; color: #ff1}   /* mouse over link */
      a:active {text-decoration: none; color: #ff1}   /* selected link */

/* end style sheet for Tashi Murik Ltd. */
