

/* Import Stylesheets
   Only modern browsers import these stylesheets
================================================= */


@import url("tools.css");
@import url("forms.css");
@import url("typography.css");
@import url("layout.css");
@import url("themes.css");

/* IE5/Mac Only Styles
   Uses the IE5/Mac Band Pass Filter:
   http://stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */


/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}

	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

img.left {
float: right;
margin-left:10px;
}


.clear {
	clear: both;
}